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 ...
- 09-15-2008 #1Just 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
- 09-16-2008 #2
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


Reply With Quote
