Re: SIGSEGV informations
From: Olivier (olivierwarez_at_netscape.net)
Date: 08/25/05
- Previous message: Douglas O'Neal: "Re: Indexed mail search?"
- Maybe in reply to: tosoAplos: "Re: SIGSEGV informations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 25 Aug 2005 23:27:56 +0200
>>>Hello,
>>>
>>>I run on Linux.I have a big multithread application with many dynamic
>>>library. Sometimes I receive a SIGSEGV.
>>>
>>>How is it possible to obtain more informations, call stack or
>>>something else to help me to find my bug(s)?
>>
>>man gdb
>>
>>Good luck,
>>Apostolos
>>
>>--
>>Replace earth.space with gmail.com for a valid e-mail
>
>
>
The idea would be to get a core dumped on your client. Then you can
fetch it back to your developpment platform and analyse it with gdb as
Apostolos suggested.
Of course to get a "juicy" core it would be better you have the source
that you can compile on debug mode. Also check ulimit is set correctly
on your client side.
- Previous message: Douglas O'Neal: "Re: Indexed mail search?"
- Maybe in reply to: tosoAplos: "Re: SIGSEGV informations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|