pmachata / dwgrep

a tool for querying Dwarf (debuginfo) graphs
http://pmachata.github.io/dwgrep/
GNU General Public License v3.0
53 stars 10 forks source link

unhandled: DW_AT_const_value on a DIE whose DW_AT_type is a DW_TAG_enumeration_type with DW_AT_type #22

Closed pmachata closed 9 years ago

pmachata commented 9 years ago
$ ./dwgrep/dwgrep ../tests/const_value_on_enum_with_type.o -e 'entry (offset == 0x3f) @AT_const_value'
dwgrep: /home/petr/proj/dwgrep-older/libzwerg/atval.cc:468: std::unique_ptr<value_producer<value> > {anonymous}::handle_at_dependent_value(Dwarf_Attribute, const value_die&, std::shared_ptr<dwfl_context>): Assertion `! "unhandled: DW_AT_const_value on a DIE whose" " DW_AT_type is a DW_TAG_enumeration_type with" " DW_AT_type"' failed.
Aborted (core dumped)