[Bug 250783] ld segmentation fault

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 2 12:38:11 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250783

--- Comment #6 from Dimitry Andric <dim at FreeBSD.org> ---
Ok, to have something to submit to upstream, we need a reproduction case, and
lld has an option for this, which produces a tarball:

  --reproduce=<value>     Write a tar file containing input files and command
line options to reproduce link

So can you repeat the link operation you did on your FreeBSD 13.0 VM with lld
11.0.0, and add an additional flag to the "linking with cc" line, e.g.:

  -Wl,--reproduce=bug250783.tar

If you re-run the link, it should produce a bug250783.tar file with everything
in it to be able reproduce the failure. Please compress this with xz and attach
it here.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list