Logging some of the pseudo-crates causes even trivial programs to crash. #6888
Labels
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Logging some pseudo-crates (::rt:::mem, rt::upcall) causes even (as well as more complicated programs) the trivial hello world program to crash.
Hello world:
Invocation on sh:
Result on ::rt::mem:
aborted (core dumped)
Result for ::rt::upcall
aborted (core dumped)
The text was updated successfully, but these errors were encountered: