[Issue 14199] New: [REG2.067a] Dwarf Error: mangled line number section
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Feb 19 07:29:08 PST 2015
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: nobody at puremagic.com
Reporter: mk at krej.cz
void main()
{
assert(0);
}
compile dmd -g, run
mk at bid:~/work/bugs$ ./dwarfbug
core.exception.AssertError at dwarfbug.d(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)
--
More information about the Digitalmars-d-bugs
mailing list