Figure out why pipes in compiletest breaks #3034
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Milestone
I had to revert the change to use pipes in compiletest (96c6f57). We were having build failures with an invalid argument error in lock_and_signal. This usually means we are trying to acquire an already-freed lock. We need to figure out why this happens.
The text was updated successfully, but these errors were encountered: