-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
A-DiagnosticsLogging, crash handling, error reporting and performance analysisLogging, crash handling, error reporting and performance analysisC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorO-WindowsSpecific to the Windows desktop operating systemSpecific to the Windows desktop operating systemS-Needs-InvestigationThis issue requires detective work to figure out what's going wrongThis issue requires detective work to figure out what's going wrong
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.
Additional information
Metadata
Metadata
Assignees
Labels
A-DiagnosticsLogging, crash handling, error reporting and performance analysisLogging, crash handling, error reporting and performance analysisC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorO-WindowsSpecific to the Windows desktop operating systemSpecific to the Windows desktop operating systemS-Needs-InvestigationThis issue requires detective work to figure out what's going wrongThis issue requires detective work to figure out what's going wrong