On 02/02/17 09:58 AM, Norbert Lange wrote: > Hello, > > I want to display stacktraces in cases of crashes, and libunwind is > incapable of following the gnu_debuglink for debug information, and > cant resolve function names. The configure option --enable-debug-frame > *does resolve the right debug file*, but only seems to use it for > something else. > > Is this supposed to not work? Debug-infos can easily take dozens of > MB, so not stripping them is a annoying handicap. >
Known issue. At least on master, src/os-linux.c hardcodes /usr/lib/debug... as the path to look for split debug files, instead of following the gnu_debuglink section. Hopefully we'll get it fixed shortly, diffs welcome. _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
