-Zoom=panic
double panic due to panicking allocating
#126683
Labels
A-panic
Area: Panicking machinery
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
We had an abort in production from
fn begin_panic_handler
, specificallyFormatStringPayload
, allocating during an OoM panic, triggering a second OoM panic and thus abort.rust/library/std/src/panicking.rs
Lines 593 to 615 in a07f3eb
From that file it looks like there may be other allocations also. Perhaps it's possible to avoid them on the OoM panic path.
cc:
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: