[Digikam-devel] [Bug 264072] Digikam crashes while searching for duplicates

Marcel Wiesweg marcel.wiesweg at gmx.de
Thu Apr 7 19:47:04 BST 2011


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





--- Comment #3 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-04-07 20:47:01 ---
[KCrash Handler]
#9  0xb42fe140 in abort () from /lib/libc.so.6
#12 0xb453856f in std::terminate() () from /usr/lib/libstdc++.so.6
#13 0xb453873a in __cxa_rethrow () from /usr/lib/libstdc++.so.6
#14 0xb513cd49 in QThreadPoolThread::run (this=0x919e770) at
concurrent/qthreadpool.cpp:113

An exception is thrown from a thread, and rethrown. You need to run digikam
under gdb and catch the exception to get to the proper backtrace:
gdb digikam
catch throw
run
<provoke crash>
bt

-- 
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