How to get c++ abort to generate backtrace

Jakub Jelinek jakub at redhat.com
Fri Dec 12 16:16:21 UTC 2008


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




More information about the fedora-devel-list mailing list