glibc malloc/free crash with destructors and util::ignore, only in coretest. #3161
Labels
A-linkage
Area: linking into static, shared libraries and binaries
A-testsuite
Area: The testsuite used to check the correctness of rustc
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Milestone
Write
mod crash;
inlibcore/core.rc
, and addlibcore/crash.rs
:Then
make check-stage0-core
.Backtrace:
For the life of me I could not get it to work outside of coretest. I tried std and I tried in its own module. Probably this means it's related to #2912.
The text was updated successfully, but these errors were encountered: