Closed
Description
@alexcrichton has indicated this may be related to using newer versions of gcc, which might explain why it doesn't fail on the buildbot machines.
The segfault occurs while running the tailcallelim
llvm pass on ast::Pat_::drop()
, possibly during the prerequisite tti
analysis.
Turning on any kind of debug information for either rust or llvm causes the problem to disappear.
Activity
Diggsey commentedon Sep 5, 2015
I've reported this as an LLVM bug: https://llvm.org/bugs/show_bug.cgi?id=24722
alexcrichton commentedon Oct 21, 2015
Closing as a duplicate of #28962
alexcrichton commentedon Oct 21, 2015
Er actually this has a smaller number, gonna go in favor of this.
alexcrichton commentedon Oct 21, 2015
Also so this shows up in github search:
gcc 5.2 fails to build LLVM successfully on MinGW as it segfaults at runtime
Update readme to reflect rust-lang#28260 and a workaround
Reference rust-lang#28260 in the README
Auto merge of #29229 - SingingTree:reflect_28260_in_readme, r=alexcri…
15 remaining items