summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/error.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/error.c b/src/error.c
index a9b6db07a..411a15081 100644
--- a/src/error.c
+++ b/src/error.c
@@ -229,6 +229,9 @@ mrb_exc_set(mrb_state *mrb, mrb_value exc)
}
else {
mrb->exc = mrb_obj_ptr(exc);
+ if ((struct RBasic*)mrb->exc == mrb->gc.arena[mrb->gc.arena_idx-1]) {
+ mrb->gc.arena_idx--;
+ }
if (!mrb->gc.out_of_memory) {
exc_debug_info(mrb, mrb->exc);
mrb_keep_backtrace(mrb, exc);