Comment 7 for bug 588007

Revision history for this message
JKL (jkl102001) wrote :

The approach taken in that patch won't work, because the UI ops functions are sometimes called in the main thread when GTK is already locked and should not be locked again, and sometimes they are called in a worker thread when GTK needs to be locked. As expected, it causes deadlock.