mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +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