[Marble-bugs] [Bug 263697] digikam 1.8.0 (svn) crashes on startup most times

Marcel Wiesweg marcel.wiesweg at gmx.de
Fri Jan 21 15:12:14 CET 2011


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





--- Comment #3 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-01-21 15:12:12 ---
One way to find out where all these threads come from is to run digikam under
gdb and set a breakpoint at QThread's destructor. I have just committed a fix
to 2.0 which prevent a good number of threads to be created at startup, though
that's nothing bringing the application to its knees. With current 2.0 SVN,
there are no more than about 10-15 threads created.

gdb digikam
br main
r
br QThread::QThread
r

for each found thread, to get a backtrace, type "bt", to continue, type "cont".

-- 
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 Marble-bugs mailing list