| Author |
Message |
|
|
Post subject: Process disappearing, exit is not called and no core file
Posted: Feb 25, 2008 - 07:03 PM
|
|
New Member
Joined: Feb 25, 2008
Posts: 2
|
|
Any help with the following problem would be gratefully appreciated
I am running QNX 6.3.2 on the ML403 Reference platform.
I am running debug versions of all my custom process's (_g) the application contain no calls to either exit or pthread_exit, however the applications from time to time just disappear. I am running slogger and dumper, directing the dumper output to /tmp, no core file is produced.
I have forced an application to assert to ensure that the system does generate core files and placed them in /tmp, this operated as expected.
Any ideas, needless to say this is a major problem for the project
Regards
William |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 26, 2008 - 03:22 PM
|
|
Senior Member
Joined: Mar 10, 2004
Posts: 551
|
|
William,
Your process may be being hit with a signal you are not handling.
Some unhandled signals (SIGTERM, SIGUSR1, SIGUSR1 etc) will cause your program to exit but not leave a core file.
Tim |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 28, 2008 - 11:09 AM
|
|
Senior Member
Joined: Apr 07, 2005
Posts: 259
|
|
| Have you started procnto with -v or -vv? It tells you when processes exit and also give some indication why (e.g. a signal as Tim suggests). |
|
|
| |
|
|
|
 |
|
|
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group Credits |
|
|