Handling uncaught exceptions
An uncaught exception now causes a clean Con_Error() shutdown.
If an exception occurs in the busy worker, it gets caught and thereturn value of the worker thread is set to -1.
Exceptions during log flush are now caught and cause a non-fatalerror message to QDebug.
View differences
Handling uncaught exceptions
An uncaught exception now causes a clean Con_Error() shutdown.
If an exception occurs in the busy worker, it gets caught and the
return value of the worker thread is set to -1.
Exceptions during log flush are now caught and cause a non-fatal
error message to QDebug.