[Digikam-devel] [Bug 218127] New: digikam exit crash (amd64)

camlt63 at gmail.com camlt63 at gmail.com
Thu Dec 10 14:51:06 GMT 2009


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

           Summary: digikam exit crash (amd64)
           Product: digikam
           Version: unspecified
          Platform: Unlisted Binaries
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel at kde.org
        ReportedBy: camlt63 at gmail.com


Application that crashed: digikam
Version of the application: 1.0.0-beta4
KDE Version: 4.3.2 (KDE 4.3.2)
Qt Version: 4.5.3
Operating System: Linux 2.6.30-2-amd64 x86_64
Distribution: Debian GNU/Linux testing (squeeze)

What I was doing when the application crashed:
Everytime I close DigiKam I get this crash

 -- Backtrace:
Application: digiKam (digikam), signal: Segmentation fault
[Current thread is 1 (Thread 0x7ffeca5e5750 (LWP 2855))]

Thread 12 (Thread 0x7ffeb58e4910 (LWP 2856)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
#1  0x00007ffec3e8d499 in QWaitConditionPrivate::wait (this=0xef0298,
mutex=0xef0290, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (this=0xef0298, mutex=0xef0290,
time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3  0x00000000006c8230 in ?? ()
#4  0x00007ffec3e8c4a5 in QThreadPrivate::start (arg=0xeb62f0) at
thread/qthread_unix.cpp:188
#5  0x00007ffec219a73a in start_thread (arg=<value optimized out>) at
pthread_create.c:300
#6  0x00007ffec33ef69d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 11 (Thread 0x7ffeb4608910 (LWP 2858)):
#0  0x00007ffec219cc95 in __pthread_mutex_lock (mutex=0x7ffeac051248) at
pthread_mutex_lock.c:61
#1  0x00007ffebdb74b34 in IA__g_main_context_iteration (context=0x7ffeac051240,
may_block=1) at /tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2653
#2  0x00007ffec3f9a3b6 in QEventDispatcherGlib::processEvents
(this=0x7ffeac01e2e0, flags=<value optimized out>) at
kernel/qeventdispatcher_glib.cpp:409
#3  0x00007ffec3f70562 in QEventLoop::processEvents (this=<value optimized
out>, flags=...) at kernel/qeventloop.cpp:149
#4  0x00007ffec3f70934 in QEventLoop::exec (this=0x7ffeb4608050, flags=...) at
kernel/qeventloop.cpp:201
#5  0x00007ffec3e895a8 in QThread::exec (this=<value optimized out>) at
thread/qthread.cpp:487
#6  0x00007ffec3e8c4a5 in QThreadPrivate::start (arg=0x12f7e20) at
thread/qthread_unix.cpp:188
#7  0x00007ffec219a73a in start_thread (arg=<value optimized out>) at
pthread_create.c:300
#8  0x00007ffec33ef69d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#9  0x0000000000000000 in ?? ()
The current source language is "auto; currently asm".

Thread 10 (Thread 0x7ffeb3d7b910 (LWP 2859)):
#0  pthread_once () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S:35
#1  0x00007ffec3e8c166 in QThreadData::current () at
thread/qthread_unix.cpp:106
#2  0x00007ffec3f9a7f9 in postEventSourcePrepare (s=0x7ffec4266de0,
timeout=0x7ffec3e8c0f0) at kernel/qeventdispatcher_glib.cpp:253
#3  0x00007ffebdb73ffc in IA__g_main_context_check (context=0xf192b0,
max_priority=2147483647, fds=<value optimized out>, n_fds=0) at
/tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2469
#4  0x00007ffebdb748b1 in g_main_context_iterate (context=0xf192b0, block=1,
dispatch=1, self=<value optimized out>) at
/tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2588
#5  0x00007ffebdb74b4c in IA__g_main_context_iteration (context=0xf192b0,
may_block=1) at /tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2654
#6  0x00007ffec3f9a3b6 in QEventDispatcherGlib::processEvents (this=0x1315ed0,
flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:409
#7  0x00007ffec3f70562 in QEventLoop::processEvents (this=<value optimized
out>, flags=...) at kernel/qeventloop.cpp:149
#8  0x00007ffec3f70934 in QEventLoop::exec (this=0x7ffeb3d7b050, flags=...) at
kernel/qeventloop.cpp:201
#9  0x00007ffec3e895a8 in QThread::exec (this=<value optimized out>) at
thread/qthread.cpp:487
#10 0x00007ffec3e8c4a5 in QThreadPrivate::start (arg=0x1298f20) at
thread/qthread_unix.cpp:188
#11 0x00007ffec219a73a in start_thread (arg=<value optimized out>) at
pthread_create.c:300
#12 0x00007ffec33ef69d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#13 0x0000000000000000 in ?? ()
The current source language is "auto; currently c".

Thread 9 (Thread 0x7ffeb34fa910 (LWP 2860)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
#1  0x00007ffec3e8d499 in QWaitConditionPrivate::wait (this=0xea9360,
mutex=0xea9358, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (this=0xea9360, mutex=0xea9358,
time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3  0x00007ffec78777bc in Digikam::LoadSaveThread::run() () from
/usr/lib/libdigikamcore.so.1
#4  0x00007ffec3e8c4a5 in QThreadPrivate::start (arg=0xea9340) at
thread/qthread_unix.cpp:188
#5  0x00007ffec219a73a in start_thread (arg=<value optimized out>) at
pthread_create.c:300
#6  0x00007ffec33ef69d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()
The current source language is "auto; currently asm".

Thread 8 (Thread 0x7ffeb2cf9910 (LWP 2861)):
#0  0xffffffffff600108 in ?? ()
#1  0x00007fff9a7ff6fb in ?? ()
#2  0x00007ffebd0dbe6f in *__GI_clock_gettime (clock_id=-1295020608,
tp=0x7ffeb2cf8dc0) at ../sysdeps/unix/clock_gettime.c:100
#3  0x00007ffec3f9c0fd in QTimerInfoList::getTime (this=<value optimized out>,
t=...) at kernel/qeventdispatcher_unix.cpp:339
#4  0x00007ffec3f9c2e1 in QTimerInfoList::updateCurrentTime
(this=0x7ffeb2cf8dc0) at kernel/qeventdispatcher_unix.cpp:297
#5  0x00007ffec3f9c485 in QTimerInfoList::timerWait (this=0x7ffeb2cf8dc0,
tm=...) at kernel/qeventdispatcher_unix.cpp:420
#6  0x00007ffec3f9a56c in timerSourcePrepareHelper (src=<value optimized out>,
timeout=0x7ffeb2cf8ec4) at kernel/qeventdispatcher_glib.cpp:136
#7  0x00007ffec3f9a615 in timerSourcePrepare (source=0x7ffeb2cf8dc0,
timeout=0x7ffeb2cf8dc0) at kernel/qeventdispatcher_glib.cpp:169
#8  0x00007ffebdb742f9 in IA__g_main_context_prepare (context=0x7ffeac049ba0,
priority=0x7ffeb2cf8f44) at /tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2280
#9  0x00007ffebdb74689 in g_main_context_iterate (context=0x7ffeac049ba0,
block=1, dispatch=1, self=<value optimized out>) at
/tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2571
#10 0x00007ffebdb74b4c in IA__g_main_context_iteration (context=0x7ffeac049ba0,
may_block=1) at /tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2654
#11 0x00007ffec3f9a3b6 in QEventDispatcherGlib::processEvents
(this=0x7ffeac14b410, flags=<value optimized out>) at
kernel/qeventdispatcher_glib.cpp:409
#12 0x00007ffec3f70562 in QEventLoop::processEvents (this=<value optimized
out>, flags=...) at kernel/qeventloop.cpp:149
#13 0x00007ffec3f70934 in QEventLoop::exec (this=0x7ffeb2cf9050, flags=...) at
kernel/qeventloop.cpp:201
#14 0x00007ffec3e895a8 in QThread::exec (this=<value optimized out>) at
thread/qthread.cpp:487
#15 0x00007ffec3e8c4a5 in QThreadPrivate::start (arg=0xf9d710) at
thread/qthread_unix.cpp:188
#16 0x00007ffec219a73a in start_thread (arg=<value optimized out>) at
pthread_create.c:300
#17 0x00007ffec33ef69d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#18 0x0000000000000000 in ?? ()

Thread 7 (Thread 0x7ffeb24f8910 (LWP 2862)):
#0  0x00007ffec3f9a3af in QEventDispatcherGlib::processEvents (this=0xf95810,
flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:409
#1  0x00007ffec3f70562 in QEventLoop::processEvents (this=<value optimized
out>, flags=...) at kernel/qeventloop.cpp:149
#2  0x00007ffec3f70934 in QEventLoop::exec (this=0x7ffeb24f8050, flags=...) at
kernel/qeventloop.cpp:201
#3  0x00007ffec3e895a8 in QThread::exec (this=<value optimized out>) at
thread/qthread.cpp:487
#4  0x00007ffec3e8c4a5 in QThreadPrivate::start (arg=0xf5c1b0) at
thread/qthread_unix.cpp:188
#5  0x00007ffec219a73a in start_thread (arg=<value optimized out>) at
pthread_create.c:300
#6  0x00007ffec33ef69d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 6 (Thread 0x7ffeb1cf7910 (LWP 2863)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
#1  0x00007ffec3e8d499 in QWaitConditionPrivate::wait (this=0xf77240,
mutex=0xf77238, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (this=0xf77240, mutex=0xf77238,
time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3  0x00007ffec78777bc in Digikam::LoadSaveThread::run() () from
/usr/lib/libdigikamcore.so.1
#4  0x00007ffec3e8c4a5 in QThreadPrivate::start (arg=0xf77220) at
thread/qthread_unix.cpp:188
#5  0x00007ffec219a73a in start_thread (arg=<value optimized out>) at
pthread_create.c:300
#6  0x00007ffec33ef69d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()
The current source language is "auto; currently c++".

Thread 5 (Thread 0x7ffea56d8910 (LWP 2864)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:220
#1  0x00007ffeab4b0ce1 in metronom_sync_loop (this=0x1540d60) at metronom.c:870
#2  0x00007ffec219a73a in start_thread (arg=<value optimized out>) at
pthread_create.c:300
#3  0x00007ffec33ef69d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#4  0x0000000000000000 in ?? ()
The current source language is "auto; currently asm".

Thread 4 (Thread 0x7ffea2533910 (LWP 2866)):
#0  0xffffffffff600108 in ?? ()
#1  0x00007fff9a7ff6fb in ?? ()
#2  0x00007ffebd0dbe6f in *__GI_clock_gettime (clock_id=-1571607152,
tp=0x7ffea2532d90) at ../sysdeps/unix/clock_gettime.c:100
#3  0x00007ffec3f9c0fd in QTimerInfoList::getTime (this=<value optimized out>,
t=...) at kernel/qeventdispatcher_unix.cpp:339
#4  0x00007ffec3f9c2e1 in QTimerInfoList::updateCurrentTime
(this=0x7ffea2532d90) at kernel/qeventdispatcher_unix.cpp:297
#5  0x00007ffec3f9c485 in QTimerInfoList::timerWait (this=0x7ffea2532d90,
tm=...) at kernel/qeventdispatcher_unix.cpp:420
#6  0x00007ffec3f9a56c in timerSourcePrepareHelper (src=<value optimized out>,
timeout=0x7ffea2532e74) at kernel/qeventdispatcher_glib.cpp:136
#7  0x00007ffebdb742f9 in IA__g_main_context_prepare (context=0x1978f00,
priority=0x7ffea2532ef4) at /tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2280
#8  0x00007ffebdb74689 in g_main_context_iterate (context=0x1978f00, block=1,
dispatch=1, self=<value optimized out>) at
/tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2571
#9  0x00007ffebdb74b4c in IA__g_main_context_iteration (context=0x1978f00,
may_block=1) at /tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2654
#10 0x00007ffec3f9a3b6 in QEventDispatcherGlib::processEvents (this=0x1485770,
flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:409
#11 0x00007ffec3f70562 in QEventLoop::processEvents (this=<value optimized
out>, flags=...) at kernel/qeventloop.cpp:149
#12 0x00007ffec3f70934 in QEventLoop::exec (this=0x7ffea2533000, flags=...) at
kernel/qeventloop.cpp:201
#13 0x00007ffec3e895a8 in QThread::exec (this=<value optimized out>) at
thread/qthread.cpp:487
#14 0x00007ffeab70baec in ?? () from
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#15 0x00007ffec3e8c4a5 in QThreadPrivate::start (arg=0x1978840) at
thread/qthread_unix.cpp:188
#16 0x00007ffec219a73a in start_thread (arg=<value optimized out>) at
pthread_create.c:300
#17 0x00007ffec33ef69d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#18 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7ffe9ce8a910 (LWP 2887)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:261
#1  0x00007ffec3e8d499 in QWaitConditionPrivate::wait (this=0x2539970,
mutex=0x2539968, time=18446744073709551615) at
thread/qwaitcondition_unix.cpp:87
#2  QWaitCondition::wait (this=0x2539970, mutex=0x2539968,
time=18446744073709551615) at thread/qwaitcondition_unix.cpp:159
#3  0x00007ffec78777bc in Digikam::LoadSaveThread::run() () from
/usr/lib/libdigikamcore.so.1
#4  0x00007ffec3e8c4a5 in QThreadPrivate::start (arg=0x2539950) at
thread/qthread_unix.cpp:188
#5  0x00007ffec219a73a in start_thread (arg=<value optimized out>) at
pthread_create.c:300
#6  0x00007ffec33ef69d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#7  0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7ffe8f7fe910 (LWP 2888)):
#0  0x00007ffec219e1ee in __pthread_mutex_unlock_usercnt (mutex=0x25f8f78,
decr=<value optimized out>) at pthread_mutex_unlock.c:52
#1  0x00007ffebdb742f0 in IA__g_main_context_prepare (context=0x25f8f70,
priority=0x7ffe8f7fded4) at /tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2278
#2  0x00007ffebdb74689 in g_main_context_iterate (context=0x25f8f70, block=1,
dispatch=1, self=<value optimized out>) at
/tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2571
#3  0x00007ffebdb74b4c in IA__g_main_context_iteration (context=0x25f8f70,
may_block=1) at /tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2654
#4  0x00007ffec3f9a3b6 in QEventDispatcherGlib::processEvents (this=0x26046c0,
flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:409
#5  0x00007ffec3f70562 in QEventLoop::processEvents (this=<value optimized
out>, flags=...) at kernel/qeventloop.cpp:149
#6  0x00007ffec3f70934 in QEventLoop::exec (this=0x7ffe8f7fdfe0, flags=...) at
kernel/qeventloop.cpp:201
#7  0x00007ffec3e895a8 in QThread::exec (this=<value optimized out>) at
thread/qthread.cpp:487
#8  0x00007ffea031568e in ?? () from
/usr/lib/kde4/plugins/marble/GpsdPositionProviderPlugin.so
#9  0x00007ffec3e8c4a5 in QThreadPrivate::start (arg=0x261d6a0) at
thread/qthread_unix.cpp:188
#10 0x00007ffec219a73a in start_thread (arg=<value optimized out>) at
pthread_create.c:300
#11 0x00007ffec33ef69d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7ffeca5e5750 (LWP 2855)):
[KCrash Handler]
#5  QWidget::hide (this=0xe77b10, __vtt_parm=0x79c308, __in_chrg=<value
optimized out>) at /usr/include/qt4/QtGui/qwidget.h:477
#6  ~KHTMLPart (this=0xe77b10, __vtt_parm=0x79c308, __in_chrg=<value optimized
out>) at ../../khtml/khtml_part.cpp:612
#7  0x00000000006ec2d2 in ?? ()
#8  0x00007ffeca1e3527 in KParts::Part::slotWidgetDestroyed (this=0xe77b10) at
../../kparts/part.cpp:354
#9  0x00007ffeca1e3618 in KParts::Part::qt_metacall (this=0xe77b10,
_c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fff9a7a3bd0) at ./part.moc:76
#10 0x00007ffeca1e3665 in KParts::ReadOnlyPart::qt_metacall (this=0x0,
_c=QMetaObject::InvokeMetaMethod, _id=-64, _a=0xef5014) at ./part.moc:154
#11 0x00007ffec983de1d in KHTMLPart::qt_metacall (this=0x0,
_c=QMetaObject::InvokeMetaMethod, _id=-64, _a=0xef5014) at ./khtml_part.moc:246
#12 0x00000000006ef5d5 in ?? ()
#13 0x00007ffec3f86df2 in QMetaObject::activate (sender=0x106cf00,
from_signal_index=<value optimized out>, to_signal_index=1, argv=0xef5014) at
kernel/qobject.cpp:3112
#14 0x00007ffec3f87284 in QObject::destroyed (this=0x0, _t1=0x106cf00) at
.moc/release-shared/moc_qobject.cpp:143
#15 0x00007ffec3f880de in ~QObject (this=0x106cf00, __in_chrg=<value optimized
out>) at kernel/qobject.cpp:757
#16 0x00007ffec4b85707 in ~QWidget (this=0x106cf00, __in_chrg=<value optimized
out>) at kernel/qwidget.cpp:1380
#17 0x00007ffec3f7ffe1 in QObjectPrivate::deleteChildren (this=0xed8ef0) at
kernel/qobject.cpp:1846
#18 0x00007ffec4b85ed2 in ~QWidget (this=0xf82730, __in_chrg=<value optimized
out>) at kernel/qwidget.cpp:1367
#19 0x0000000000640dc4 in ?? ()
#20 0x00007ffec3f7ffe1 in QObjectPrivate::deleteChildren (this=0xe75410) at
kernel/qobject.cpp:1846
#21 0x00007ffec4b85ed2 in ~QWidget (this=0x13f6cf0, __in_chrg=<value optimized
out>) at kernel/qwidget.cpp:1367
#22 0x00007ffec4f0c1a1 in ~QMainWindow (this=0x0, __in_chrg=<value optimized
out>) at widgets/qmainwindow.cpp:331
#23 0x00007ffec3f7ffe1 in QObjectPrivate::deleteChildren (this=0x1311c40) at
kernel/qobject.cpp:1846
#24 0x00007ffec4b85ed2 in ~QWidget (this=0xf0ada0, __in_chrg=<value optimized
out>) at kernel/qwidget.cpp:1367
#25 0x00007ffec4f51300 in ~QSplitter (this=0xf0ada0, __in_chrg=<value optimized
out>) at widgets/qsplitter.cpp:1008
#26 0x00007ffec78e8226 in Digikam::SidebarSplitter::~SidebarSplitter() () from
/usr/lib/libdigikamcore.so.1
#27 0x00007ffec3f7ffe1 in QObjectPrivate::deleteChildren (this=0x13bf4c0) at
kernel/qobject.cpp:1846
#28 0x00007ffec4b85ed2 in ~QWidget (this=0xf39c20, __in_chrg=<value optimized
out>) at kernel/qwidget.cpp:1367
#29 0x0000000000671fef in ?? ()
#30 0x00000000006546e0 in ?? ()
#31 0x00007ffec3f816e5 in QObject::event (this=0xefcc40, e=0x0) at
kernel/qobject.cpp:1093
#32 0x00007ffec4b89bed in QWidget::event (this=0xefcc40, event=0x26342f0) at
kernel/qwidget.cpp:7951
#33 0x00007ffec4f0cd2b in QMainWindow::event (this=0xefcc40, event=0x26342f0)
at widgets/qmainwindow.cpp:1399
#34 0x00007ffec605e543 in KXmlGuiWindow::event (this=0x0, ev=0x0) at
../../kdeui/xmlgui/kxmlguiwindow.cpp:131
#35 0x00007ffec4b3a01d in QApplicationPrivate::notify_helper (this=0xcd67a0,
receiver=0xefcc40, e=0x26342f0) at kernel/qapplication.cpp:4065
#36 0x00007ffec4b4207a in QApplication::notify (this=0x7fff9a7a4d70,
receiver=0xefcc40, e=0x26342f0) at kernel/qapplication.cpp:4030
#37 0x00007ffec5f540db in KApplication::notify (this=0x7fff9a7a4d70,
receiver=0xefcc40, event=0x26342f0) at ../../kdeui/kernel/kapplication.cpp:302
#38 0x00007ffec3f71c9c in QCoreApplication::notifyInternal
(this=0x7fff9a7a4d70, receiver=0xefcc40, event=0x26342f0) at
kernel/qcoreapplication.cpp:610
#39 0x00007ffec3f728e4 in QCoreApplication::sendEvent (receiver=0x0,
event_type=0, data=0xca5170) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
#40 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0,
data=0xca5170) at kernel/qcoreapplication.cpp:1247
#41 0x00007ffec3f9a7d3 in QCoreApplication::sendPostedEvents (s=<value
optimized out>) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:218
#42 postEventSourceDispatch (s=<value optimized out>) at
kernel/qeventdispatcher_glib.cpp:276
#43 0x00007ffebdb7113a in g_main_dispatch (context=0xcd9120) at
/tmp/buildd/glib2.0-2.22.3/glib/gmain.c:1960
#44 IA__g_main_context_dispatch (context=0xcd9120) at
/tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2513
#45 0x00007ffebdb74998 in g_main_context_iterate (context=0xcd9120, block=1,
dispatch=1, self=<value optimized out>) at
/tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2591
#46 0x00007ffebdb74b4c in IA__g_main_context_iteration (context=0xcd9120,
may_block=1) at /tmp/buildd/glib2.0-2.22.3/glib/gmain.c:2654
#47 0x00007ffec3f9a39c in QEventDispatcherGlib::processEvents (this=0xca4da0,
flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:407
#48 0x00007ffec4bd0f1f in QGuiEventDispatcherGlib::processEvents (this=0x0,
flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:202
#49 0x00007ffec3f70562 in QEventLoop::processEvents (this=<value optimized
out>, flags=...) at kernel/qeventloop.cpp:149
#50 0x00007ffec3f70934 in QEventLoop::exec (this=0x7fff9a7a4c90, flags=...) at
kernel/qeventloop.cpp:201
#51 0x00007ffec3f72ba4 in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:888
#52 0x000000000073d412 in ?? ()
#53 0x00007ffec3342abd in __libc_start_main (main=<value optimized out>,
argc=<value optimized out>, ubp_av=<value optimized out>, init=<value optimized
out>, fini=<value optimized out>, 
    rtld_fini=<value optimized out>, stack_end=0x7fff9a7a5b48) at
libc-start.c:222
#54 0x000000000046d859 in _start ()
The current source language is "auto; currently c".

This bug may be a duplicate of or related to bug 213843

Reported using DrKonqi

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