Open
Description
Bevy version
Current main
(9edf538)
What you did
I tried running the error_handler
example on Windows.
What went wrong
It printed a ton of backtraces in the terminal and in debug mode made the example increadibly slow. I also tried on macOS and this doesn't happen there.
Note: the output claims that "Some "noisy" backtrace lines have been filtered out", but it doesn't seem any noisy backtrace line was removed when ran on Windows. In release mode the backtrace is much shorter, but likely due to optimizations since almost no line had anything to do with my code, which was probably inlined.