www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14199] New: [REG2.067a] Dwarf Error: mangled line number

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 puremagic.com
          Reporter: mk krej.cz

void main()
{
        assert(0);
}

compile dmd -g, run

mk bid:~/work/bugs$ ./dwarfbug
core.exception.AssertError 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)

--
Feb 19 2015