From f9db1a6d57f547c6710b63342fa5cbd597071218 Mon Sep 17 00:00:00 2001 From: Deepak Kumar Date: Sun, 19 Jul 2026 20:51:20 +0530 Subject: [PATCH] Fix stop callback actions in forced unwind --- src/unwinder/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unwinder/mod.rs b/src/unwinder/mod.rs index d94a39e..0f5653a 100644 --- a/src/unwinder/mod.rs +++ b/src/unwinder/mod.rs @@ -286,7 +286,7 @@ fn force_unwind_phase2( stop( 1, UnwindAction::FORCE_UNWIND - | UnwindAction::END_OF_STACK + | UnwindAction::CLEANUP_PHASE | if frame.is_none() { UnwindAction::END_OF_STACK } else {