-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
I-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.O-windows-gnuToolchain: GNU, Operating system: WindowsToolchain: GNU, Operating system: Windows
Description
First found on appveyor:
https://ci.appveyor.com/project/retep998/winapi-rs/build/1.0.724/job/qiwg0jsw19fyb0b4
It appears that the libstdc++-6.dll
which rustc_llvm-fd663c41.dll
depends on has picked up a dependency on libwinpthread-1.dll
.
Issue does not affect -msvc
targets.
Last known good version was rustc 1.8.0-nightly (c894ff6b1 2016-02-20)
.
First version where issue was observed rustc 1.8.0-nightly (c92e910c1 2016-02-21)
.
Offending diff range is c894ff6...c92e910
Metadata
Metadata
Assignees
Labels
I-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.O-windows-gnuToolchain: GNU, Operating system: WindowsToolchain: GNU, Operating system: Windows