DynamoRIO / DynamoRIO/dynamorio
drsyms doesn't find libc symbols on some *nix
Open
Component-Extension
OpSys-Linux
Priority-Low
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
On some *nix builds, the libc debug files do not have the `.debug` extension, making it impossible to find them on the conventional search path (as specified in the [gdb docs](http://sourceware.org/gdb/onlinedocs/gdb/Separate-Debug-Files.html)). This may cause some tests to fail, e.g. `wrap_malloc` in Dr. Memory, which sometimes needs libc symbols to identify common suppressions.
Contributor guide
Assessment
This issue has not been assessed yet.