How to get c++ abort to generate backtrace

Neal Becker ndbecker2 at gmail.com
Fri Dec 12 18:27:21 UTC 2008


Jakub Jelinek wrote:

> On Fri, Dec 12, 2008 at 09:12:25AM -0700, Orion Poplawski wrote:
>> We're seeing cmake crash on the ppc64 builders with the following:
>>
>> terminate called after throwing an instance of 'std::out_of_range'
>>   what():  basic_string::erase
>>
>> Is there anyway to get this to automatically generate a stack trace?
> 
> LD_PRELOAD=libSegFault.so SEGFAULT_SIGNALS=abrt ./program arguments
> 
> Jakub
> 

Interesting.  Where is doc on this?




More information about the fedora-devel-list mailing list