[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to get c++ abort to generate backtrace
- From: Jakub Jelinek <jakub redhat com>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: How to get c++ abort to generate backtrace
- Date: Fri, 12 Dec 2008 17:16:21 +0100
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]