ianlancetaylor / libbacktrace

A C library that may be linked into a C/C++ program to produce symbolic backtraces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libbacktrace SEGV with compressed debug sections (-gz)

J-Richter opened this issue · comments

Libbacktrace does not seem to understand compressed debug sections.
Compressed debug sections are generated with the -gz flag.
Instead the program hits a SEGV while generating the backtrace. This seems to be another bug.
But I don't know if libbacktrace should be able to deal with faulty debug info.

Yeah, I've done the work in the version in the GCC tree., I just need to find the time to copy it over.

Support for compressed debug sections has now been merged.