Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-12-2008, 03:27 AM
|
#1
|
|
Member
Registered: Jan 2005
Distribution: Archlinux, Debian, grml
Posts: 210
Rep:
|
Process crashes and does not dump core
A process occasionally crashes and it does not dump core. ulimit settings should allow this, because we do a 'ulimit -c unlimited'. Write permissions on the CWD are given.
However, I understand that the core is only written on distinct signals: ABRT, SEGV, etc. By what means can i check which signal was recieved by the process, when it crashed?
|
|
|
|
10-12-2008, 08:58 AM
|
#2
|
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris10, Solaris 11, Ubuntu, OL
Posts: 9,311
|
Perhaps the process is just exiting without crashing. You can launch the process under the control of a debugger and you'll know why it ended.
|
|
|
|
10-12-2008, 09:35 AM
|
#3
|
|
Member
Registered: May 2002
Posts: 964
Rep:
|
You cannot see what signal was sent unless you add signal handling to the original process, so that it writes something to a logfile. Are there any logs? Did you check syslog to see if something else is going on?
|
|
|
|
10-13-2008, 02:46 PM
|
#4
|
|
Member
Registered: Jan 2005
Distribution: Archlinux, Debian, grml
Posts: 210
Original Poster
Rep:
|
I'll try adding signal handling to the process.
|
|
|
|
10-13-2008, 03:37 PM
|
#5
|
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris10, Solaris 11, Ubuntu, OL
Posts: 9,311
|
What makes you believe the program crashes ? Is there an error message telling it ?
Does it happen shortly after starting of only after a while ?
Did you check for system messages ?
What OS are you running ?
Did you try my gdb suggestion ?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:44 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|