Closed Smjert closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
6f6afa3
) 97.19% compared to head (5059299
) 97.19%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks a lot!
If we don't uninstall the message handler before exiting, if Qt has messages to send after the python application side has been destroyed, Qt will crash trying to call the python interpreter.
One examples of such messages are the ones that are enabled through QT_DEBUG_PLUGINS, which report the libraries that get unloaded.
Crash stacktrace: