Open infinitesteps opened 2 months ago
We don't support this set of DWARF features yet.
This binary not only has an external debug file (dfff3239aa7c3b16a71e6b2e3b6e4009dab998.debug), but it has another debug file for that debug file (yo dawg, I heard you like debug files...), specified in the .gnu_debugaltlink (/usr/lib/debug/.dwz/x86_64-linux-gnu/coreutils.debug).
For now we'll probably wait to see if this configuration is common enough to warrant the effort.
May I recommend failing a bit more gracefully. It'd be nice if it at least snagged the symbols before it aborts.
I agree the error displayed could be better. I'll add that as an issue to be fixed.
Re: at least snag the symbols... the level of effort for this is probably similar to supporting the entire feature set.
Re: at least snag the symbols... the level of effort for this is probably similar to supporting the entire feature set.
In my experience the symbols are in the .symtab and not in the DWARF sections so it can be parsed without messing with any DWARF parsing.
I have the exact same problem, i was trying to do this for the debian openssh-server with the openssh-server-dbgsym debug symbols. Is there a workaround ?
Any help would be appreciated.
I have the exact same problem, i was trying to do this for the debian openssh-server with the openssh-server-dbgsym debug symbols. Is there a workaround ?
No, the issue has not been addressed yet.
Describe the bug Loading external debug file for
./usr/bin/ls
from Debian Bookworm (x86_64) results in:To Reproduce Steps to reproduce the behavior:
Attachments If applicable, please attach any files that caused problems or log files generated by the software.
Environment (please complete the following information):