This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH RFA: Print backtrace on ICE


On Tue, Sep 18, 2012 at 7:55 AM, Richard Guenther
<richard.guenther@gmail.com> wrote:
>
> Indeed - we ship binaries with stripped debug info, usually not installed.
> libbacktrace will only produce useless garbage then.  So I want a way
> to disable it (at least by default) at configure time.

The library won't print useless garbage.  That would be pointless.  It
simply won't print anything at all.

I can add a configure option to not dump backtraces if you really want
it.  I only care that the default is to print them.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]