[Bug c++/55898] Can't obtain stack trace

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 7 18:42:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55898

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-01-07 18:42:21 UTC ---
I bet this is because --enable-sjlj-exceptions turns off the output of the
dwarf2 eh_frame which is used by the debugger to unwind the frames in most
cases if the frame pointer is omitted.

Why are you using SJLJ exceptions anyways? They are much slower when exceptions
don't happen.



More information about the Gcc-bugs mailing list