-
Notifications
You must be signed in to change notification settings - Fork 13
@AT_decl_file asserts on systemtap debuginfo #16
Copy link
Copy link
Closed
Labels
Description
A strange bug in reading DW_AT_decl_file:
$ rpm -q systemtap-debuginfo
systemtap-debuginfo-2.6-3.fc21.x86_64
$ ./dwgrep/dwgrep -e 'entry (offset == 0x1306a) @AT_decl_file' /usr/lib/debug/usr/bin/stap.debug
dwgrep: /home/petr/proj/dwgrep-older/libzwerg/dwpp.hh:52: void throw_libdw(int): Assertion `dwerr != 0' failed.
Aborted (core dumped)
$ ./dwgrep/dwgrep -e 'entry (offset == 0x1306a) attribute ?AT_decl_file value' /usr/lib/debug/usr/bin/stap.debug
/usr/src/debug/systemtap-2.6/cscommon.h
/usr/src/debug/systemtap-2.6/cscommon.h
Reactions are currently unavailable