Skip to content
Snippets Groups Projects
Commit d9d25c72 authored by David Fairbrother's avatar David Fairbrother
Browse files

Re #22714 Fix various deadlocks from shutting down

Fixes various deadlocks in ProjectRecovery which can occur during
shutdown. These include holding a lock in the worker thread, then
calling into the GUI thread which is attempting to lock the mutex.

Waiting for the thread to join in the GUI thread, whilst the worker
thread is waiting for the GUI thread to save

Catching CancelExceptions and silently handling them
parent 947f10c4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment