rust/tests/ui/backtrace
jyn 1c8f9bb84d fix interleaved panic output
previously, we only held a lock for printing the backtrace itself. since all threads were printing to the same file descriptor, that meant random output in the default panic hook would be interleaved with the backtrace. now, we hold the lock for the full duration of the hook, and the output is ordered.
2024-07-12 11:52:04 -04:00
..
auxiliary
apple-no-dsymutil.rs
backtrace.rs
dylib-dep.rs
line-tables-only.rs
std-backtrace.rs
synchronized-panic-handler.rs fix interleaved panic output 2024-07-12 11:52:04 -04:00
synchronized-panic-handler.run.stderr fix interleaved panic output 2024-07-12 11:52:04 -04:00