Re: [Patch, libfortran] PR 46686 Implement backtrace using libgcc functionality

2011-11-08 Thread Steve Kargl
On Tue, Nov 01, 2011 at 08:23:56PM +0200, Janne Blomqvist wrote: > Hi, > > the attached patch changes the backtracing functionality, which is > used to print a stack trace before aborting when something goes > belly-up, to use the stack unwinding functionality provided by libgcc > instead of using

Re: [Patch, libfortran] PR 46686 Implement backtrace using libgcc functionality

2011-11-07 Thread Janne Blomqvist
PING! On Tue, Nov 1, 2011 at 20:23, Janne Blomqvist wrote: > Hi, > > the attached patch changes the backtracing functionality, which is > used to print a stack trace before aborting when something goes > belly-up, to use the stack unwinding functionality provided by libgcc > instead of using the

[Patch, libfortran] PR 46686 Implement backtrace using libgcc functionality

2011-11-01 Thread Janne Blomqvist
Hi, the attached patch changes the backtracing functionality, which is used to print a stack trace before aborting when something goes belly-up, to use the stack unwinding functionality provided by libgcc instead of using the glibc backtrace_symbols and backtrace_symbols_fd functions, or the "psta