[Issue 15625] New: Internal error: backend/elfobj.c 1014

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jan 29 13:06:24 PST 2016


https://issues.dlang.org/show_bug.cgi?id=15625

          Issue ID: 15625
           Summary: Internal error: backend/elfobj.c 1014
           Product: D
           Version: D2
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: markisaa at umich.edu

I'm getting Internal error: backend/elfobj.c 1014

when I build druntime 2.070.0 with dmd 2.070.0 on my Linux box. Compiling with
-v shows  the following lines preceding the error: http://pastebin.com/hbY719BD


No idea how to debug this. It does repro though, so happy to provide more
details if you can tell me how.

Looks like it's hitting this assertion:
https://github.com/D-Programming-Language/dmd/blob/v2.070.0/src/backend/elfobj.c#L1014

--


More information about the Digitalmars-d-bugs mailing list