mirror of
https://github.com/ziglang/zig.git
synced 2026-03-16 16:37:17 +00:00
stderr_mutex may still be held when we reach the signal handler, grab our own stderr handle to print the error messages and avoid deadlocking. Closes #7247