[Digikam-devel] [Bug 286719] Digikam hang during startup (deadlock?)

Oldřich Jedlička oldium.pro at seznam.cz
Tue Nov 15 20:02:57 GMT 2011


https://bugs.kde.org/show_bug.cgi?id=286719





--- Comment #4 from Oldřich Jedlička <oldium pro seznam cz>  2011-11-15 20:02:57 ---
I can analyse the problem more in depth, but currently I'm not much familiar
with Qt/KDE. I see DatabaseAccess::DatabaseAccess waiting for lock on Thread 1
and from code also an acquired lock on DatabaseAccess::checkReadyForUse on
Thread 4. Thread 4 is waiting on some "emit" code (blocking_activate), which I
don't know how works. So the problem is that Thread 1 cannot continue, because
Thread 4 has the lock. Thread 4 cannot continue, because it waits for
something.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Digikam-devel mailing list