https://sourceware.org/bugzilla/show_bug.cgi?id=30967
Bug ID: 30967 Summary: Discriminator in Dwarf_Line_s may exceed 24 bits Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: libdw Assignee: unassigned at sourceware dot org Reporter: vvvvvv at google dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Hello! I've got a binary that have debug_line information unsupported by libdw, because "discriminator" attribute exceeds 24 bit allocated for it in Dwarf_Line_s. ``` $ llvm-dwarfdump --debug-line=4453 liblog.so | grep 2013278720 0x0000000000006167 1427 22 4 0 2013278720 is_stmt ``` Problematic binary attached. I don't have a small test to reproduce an issue, but I'll try to create one. -- You are receiving this mail because: You are on the CC list for the bug.