www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15625] New: Internal error: backend/elfobj.c 1014

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 puremagic.com
          Reporter: markisaa 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

--
Jan 29 2016