Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win: move stack_overflow_warning to the backtrace fiber (#55640)
There is not enough stack space remaining after a stack overflow on Windows to allocate the 4k page used by `write` to call the WriteFile syscall. This causes it to hard-crash. But we can simply run this on the altstack implementation, where there is plenty of space. (cherry picked from commit eebc1e4)
- Loading branch information