Re: rustc fails to run with ld.so with support to DT_RUNPATH and DT_FLAGS

2017-01-23 Thread Sebastien Marie
On Mon, Jan 23, 2017 at 10:44:14PM +1000, Philip Guenther wrote: > On Mon, 23 Jan 2017, Sebastien Marie wrote: > > I am just seeing that rustc segfault at runtime with latest ld.so > > (tested on i386). > > > > $ rustc -vV > > Segmentation fault (core dumped) > > Gah, lost this chunk somewhere. r

Re: rustc fails to run with ld.so with support to DT_RUNPATH and DT_FLAGS

2017-01-23 Thread Philip Guenther
On Mon, 23 Jan 2017, Sebastien Marie wrote: > I am just seeing that rustc segfault at runtime with latest ld.so > (tested on i386). > > $ rustc -vV > Segmentation fault (core dumped) Gah, lost this chunk somewhere. rustc -vV is happy with this on my amd64 box; can you confirm it works for your u

rustc fails to run with ld.so with support to DT_RUNPATH and DT_FLAGS

2017-01-23 Thread Sebastien Marie
Hi, I am just seeing that rustc segfault at runtime with latest ld.so (tested on i386). $ rustc -vV Segmentation fault (core dumped) $ ldd /usr/local/bin/rustc /usr/local/bin/rustc: /usr/local/bin/rustc: signal 11 Backing out last commit (support for DT_RUNPATH and DT_FLAGS) makes it work agai