Summary: | Digikam crashes when scanning tags | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Yann LE HIR <yann.lehir> |
Component: | Database-Scan | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.3.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.3.0 | |
Sentry Crash Report: |
Description
Yann LE HIR
2010-04-17 08:03:44 UTC
SVN commit 1115784 by mwiesweg: Set flags to false when info is updated. Some restructuring, disentangle locks. CCBUG: 234594 M +45 -43 tagscache.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1115784 I have changed a bit here and there, but I'm not sure about this crash. Is any other thread involved as well? Is this really the thread where the crash hit? I only have 2 threads : * 2 Thread 0xb15b9b70 (LWP 13709) 0xb5211095 in QMutex::lock() () from /usr/lib/qt4/libQtCore.so.4 1 Thread 0xb2cde720 (LWP 13705) 0xffffe424 in __kernel_vsyscall () The second one : #0 0xffffe424 in __kernel_vsyscall () #1 0xb4f45ca7 in poll () from /lib/libc.so.6 #2 0xb4998cbb in g_poll () from /usr/lib/libglib-2.0.so.0 #3 0x0000000a in ?? () #4 0x000062af in ?? () #5 0xb4a24ff4 in ?? () from /usr/lib/libglib-2.0.so.0 #6 0xb4a253b8 in ?? () from /usr/lib/libglib-2.0.so.0 #7 0xb4998c96 in g_poll () from /usr/lib/libglib-2.0.so.0 #8 0xb498b9c6 in ?? () from /usr/lib/libglib-2.0.so.0 #9 0x08db0530 in ?? () #10 0x0000000a in ?? () #11 0x000062af in ?? () #12 0x08db0530 in ?? () #13 0x0000000b in ?? () #14 0x00000002 in ?? () #15 0x086d3700 in ?? () #16 0xb4a253b8 in ?? () from /usr/lib/libglib-2.0.so.0 #17 0xb4a253e0 in ?? () from /usr/lib/libglib-2.0.so.0 #18 0xbfffcb24 in ?? () #19 0xb4a253e0 in ?? () from /usr/lib/libglib-2.0.so.0 #20 0x08595644 in ?? () #21 0x00000001 in ?? () #22 0x000062af in ?? () #23 0x08db0530 in ?? () #24 0xb4998c90 in g_pattern_match_string () from /usr/lib/libglib-2.0.so.0 #25 0xb51789c0 in ?? () from /lib/libpthread.so.0 #26 0xb5177410 in ?? () from /lib/libpthread.so.0 #27 0x08595644 in ?? () #28 0xb49b1b12 in g_thread_self () from /usr/lib/libglib-2.0.so.0 #29 0x08593538 in ?? () #30 0x000062af in ?? () #31 0x7fffffff in ?? () #32 0xb4a24ff4 in ?? () from /usr/lib/libglib-2.0.so.0 #33 0x08595640 in ?? () #34 0xb5177410 in ?? () from /lib/libpthread.so.0 #35 0xb4a25788 in ?? () from /usr/lib/libglib-2.0.so.0 #36 0xb498bc5f in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #37 0x00000001 in ?? () #38 0x085934b8 in ?? () #39 0x00000000 in ?? () Your patch fixed the crash. It's slightly unsatisfactory not to know what really caused the crash, but when it's apparently fixed I close the report. |