1c8f9bb84d
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. |
||
---|---|---|
.. | ||
auxiliary | ||
apple-no-dsymutil.rs | ||
backtrace.rs | ||
dylib-dep.rs | ||
line-tables-only.rs | ||
std-backtrace.rs | ||
synchronized-panic-handler.rs | ||
synchronized-panic-handler.run.stderr |