From a29fae6b6e83d155a38255671898857b22b20955 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Mon, 16 Sep 2024 15:05:54 +0200 Subject: [PATCH] Revert "win: move stack_overflow_warning to the backtrace fiber (#55640)" This reverts commit dde7c107871e775a0d2a4f5ef7f200269fa226ea. --- src/signals-win.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/signals-win.c b/src/signals-win.c index 2b01310964ddb..a2980a0c063d9 100644 --- a/src/signals-win.c +++ b/src/signals-win.c @@ -109,8 +109,6 @@ static jl_ptls_t stkerror_ptls; static int have_backtrace_fiber; static void JL_NORETURN start_backtrace_fiber(void) { - // print the warning (this mysteriously needs a lot of stack for the WriteFile syscall) - stack_overflow_warning(); // collect the backtrace stkerror_ptls->bt_size = rec_backtrace_ctx(stkerror_ptls->bt_data, JL_MAX_BT_SIZE, stkerror_ctx,