Skip to content

Commit

Permalink
Revert "win: move stack_overflow_warning to the backtrace fiber (#55640
Browse files Browse the repository at this point in the history
…)"

This reverts commit dde7c10.
  • Loading branch information
KristofferC committed Sep 16, 2024
1 parent 50c1ea8 commit a29fae6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/signals-win.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a29fae6

Please sign in to comment.