Re: SIGSEGV informations
From: tosoAplos (tosoAplos_at_earth.space)
Date: 08/17/05
- Next message: Paul Pluzhnikov: "Re: SIGSEGV informations"
- Previous message: -=boblehue=-: "bluephone"
- Maybe in reply to: tosoAplos: "Re: SIGSEGV informations"
- Next in thread: Paul Pluzhnikov: "Re: SIGSEGV informations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 17 Aug 2005 10:07:12 +0000 (UTC)
Please don't top-post. You can use OE-QuoteFix for a proper arrangement
of quotes ( http://home.in.tum.de/~jain/software/oe-quotefix/ )
On Ôåô, 17 Áýã 2005 at 09:06 GMT, Serge Wenger wrote:
> "tosoAplos" <tosoAplos@earth.space> a écrit dans le message de news:
> ddi0am$2283$1@ulysses.noc.ntua.gr...
>> In article <ddhpsi$l2b$1@atlas.ip-plus.net>, Serge Wenger wrote:
>>>
>>> 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
>>
>> Apostolos
>
> Thank for the suggestion.
>
> It was not what I hope. I search for a method to give the call stack when an
> error occurs on a customer machine, not only on development machine.
>
> Serge
If you have the source, you can use assert(), or other debugging
techniques, in certain places of your code to find out what's wrong.
If you don't have the source code, I know gdb can do remote debugging
but I've never used it remotely.
Apostolos
-- Replace earth.space with gmail.com for a valid e-mail
- Next message: Paul Pluzhnikov: "Re: SIGSEGV informations"
- Previous message: -=boblehue=-: "bluephone"
- Maybe in reply to: tosoAplos: "Re: SIGSEGV informations"
- Next in thread: Paul Pluzhnikov: "Re: SIGSEGV informations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|