[llvm-bugs] [Bug 32341] New: lld segfaults when linking i-score

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Mar 18 12:13:36 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=32341

            Bug ID: 32341
           Summary: lld segfaults when linking i-score
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ELF
          Assignee: unassignedbugs at nondot.org
          Reporter: jeanmichael.celerier at gmail.com
                CC: llvm-bugs at lists.llvm.org

When trying to link my software with lld I get a segfault at some point in the
build process. It works with gold and ld (as well as macos's linker and msvc's
linker).

I made a docker image that reproduces the problem :
https://hub.docker.com/r/iscore/lld-segfault/

It is based on ubuntu and the LLVM lld 4.0 package.

To reproduce: 

```
cd /ibld
make -j8
```

and at some point there will be an lld stack trace.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170318/ad3a4341/attachment.html>


More information about the llvm-bugs mailing list