https://issues.dlang.org/show_bug.cgi?id=14199
Issue ID: 14199
Summary: [REG2.067a] Dwarf Error: mangled line number section
Product: D
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
void main()
{
assert(0);
}
compile dmd -g, run
mk@bid:~/work/bugs$ ./dwarfbug
[email protected](3): Assertion failure
----------------
./dwarfbug() [0x8064cc5]
./dwarfbug(_Dmain+0xd) [0x8064c9d]
$ addr2line -e ./dwarfbug 0x8064cc5
BFD: Dwarf Error: mangled line number section.
??:?
Happened sometime between 2014-11-10 and 2015-01-01 (git)
Linux x86 (x86_64 seems ok)
--