Find the answer to your Linux question:
Results 1 to 3 of 3
Hi Friends, I am facing a problem in my app, when user disconnects his session sometimes the app binary doesn't get aborted/killed. What can be the reason? There is no ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Location
    Kerala, Trivandrum
    Posts
    1

    Question Info on Linux Session

    Hi Friends,

    I am facing a problem in my app, when user disconnects his session sometimes the app binary doesn't get aborted/killed. What can be the reason?

    There is no background processing in the app..

    Please help me ASAP.


    -Regards
    Rajesh

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    Whats the "my app"
    If you programmed that application, you should debug it.

    Or its a commonly use Linux app?
    What app is it?

    What the app!
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  3. #3
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    I presume you are running a GUI application? If so, then somewhere you have either consumed the exit/termination event, or if closing the application window also does not work, then you have either masked out that event, or have registered a callback to handle the close/exit/terminate events that is consuming them and continuing. If you wrote the application, then as b2bwild said, you debug it. If you didn't write it, since this is a linux system, the application is probably open source - get the source, build it for debugging, and fix it, posting the fixes back to the maintainer (I do this regularly). If it is proprietary, contact the developer and post a bug report. In the last case, your only recourse until it is fixed/patched is to kill the process from a command line.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...