Find the answer to your Linux question:
Results 1 to 2 of 2
Dear all, I am developing an application in Linux for a Debian based device (Nokia N810). But in the device when exiting from the application still it is showing that ...
  1. #1
    Just Joined!
    Join Date
    Sep 2008
    Posts
    1

    Need to kill process (Application) in C++

    Dear all,

    I am developing an application in Linux for a Debian based device (Nokia N810). But in the device when exiting from the application still it is showing that the application is still run capturing the CPU. So i need to kill the process (My application) manually when exiting from the application.

    Any suggestion or help?

    Sarower

  2. #2
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,228
    This is a strange situation. Assuming that the device you're running on behaves like a normal CPU, exiting the program _should_ kill it as well. Are you forking at any point or creating new threads? These can potentially live on after the original process/thread quits.
    DISTRO=Arch
    Registered Linux User #388732

Posting Permissions

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