This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: No useful backtrace in core dump.


Baurzhan Ismagulov,
         Many thanks your reply. I read the related thread. It seems
an abort() function problem. My program do not call abort() function.
I suppose some other place call abort() function(maybe in libc...). Or
abort signal also can lead this? Any other solution to fix this
instead change the abort() function call(because the abort() call may
place in other module and I can't or difficult modify).

Thank!

2010/4/22 Baurzhan Ismagulov <ibr@radix50.net>:
> On Thu, Apr 22, 2010 at 10:40:57AM +0800, 代尔欣 wrote:
>> After
>> the codes crash, in core dump file, I only see something like:
>>
>> Raise()
>> Abort()
>> ?? ()
>
> http://sources.redhat.com/ml/gdb/2008-08/msg00101.html
>
> We ended up not using abort() where it was possible.
>
> With kind regards,
> --
> Baurzhan Ismagulov
> http://www.kz-easy.com/
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]