Summary: | Crash of IMAP resource on resume from suspend | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Martin Flöser <mgraesslin> |
Component: | IMAP resource | Assignee: | Kevin Ottens <ervin> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | cordlandwehr, david001, dreibh, foss, kdepim-bugs, l.mierzwa, mail, paul.millar, vkrause, xavier |
Priority: | NOR | ||
Version: | 4.8 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepimlibs/a0ac9b5bfd68aab378842f91915f4ba4b084cfb3 | Version Fixed In: | 4.10.1 |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
Martin Flöser
2012-06-13 16:53:10 UTC
*** Bug 302496 has been marked as a duplicate of this bug. *** Created attachment 72242 [details]
New crash information added by DrKonqi
akonadi_imap_resource (4.8) on KDE Platform 4.8.3 (4.8.3) using Qt 4.8.2
- What I was doing when the application crashed:
Resumed my laptop from standby, when I was greated by DrKonqi…
-- Backtrace (Reduced):
#7 0x00007f3fae438977 in qDeleteAll<QList<KIMAP::Job*>::const_iterator> (end=<optimized out>, begin=<optimized out>) at /usr/include/qt4/QtCore/qalgorithms.h:322
#8 qDeleteAll<QQueue<KIMAP::Job*> > (c=...) at /usr/include/qt4/QtCore/qalgorithms.h:330
#9 KIMAP::SessionPrivate::clearJobQueue (this=0x8c6650) at /var/tmp/portage/kde-base/kdepimlibs-4.8.3/work/kdepimlibs-4.8.3/kimap/session.cpp:401
#10 0x00007f3faf801896 in QObject::event (this=0xa38950, e=<optimized out>) at kernel/qobject.cpp:1195
#11 0x00007f3faeb88374 in QApplicationPrivate::notify_helper (this=0x6aa350, receiver=0xa38950, e=0x7f3f9800cd60) at kernel/qapplication.cpp:4551
*** Bug 303087 has been marked as a duplicate of this bug. *** *** Bug 295189 has been marked as a duplicate of this bug. *** Created attachment 72563 [details]
New crash information added by DrKonqi
akonadi_imap_resource (4.8) on KDE Platform 4.8.3 (4.8.3) using Qt 4.8.2
- What I was doing when the application crashed:
It happened again. Crash after resuming from suspend.
KDE 4.8.3
Qt 4.8.2
IMAP server of crashed resource is Citadel Groupware.
-- Backtrace (Reduced):
#7 0x00007f715575f977 in qDeleteAll<QList<KIMAP::Job*>::const_iterator> (end=<optimized out>, begin=<optimized out>) at /usr/include/qt4/QtCore/qalgorithms.h:322
#8 qDeleteAll<QQueue<KIMAP::Job*> > (c=...) at /usr/include/qt4/QtCore/qalgorithms.h:330
#9 KIMAP::SessionPrivate::clearJobQueue (this=0x8c94c0) at /var/tmp/portage/kde-base/kdepimlibs-4.8.3/work/kdepimlibs-4.8.3/kimap/session.cpp:401
#10 0x00007f7156b28896 in QObject::event (this=0xae3550, e=<optimized out>) at kernel/qobject.cpp:1195
#11 0x00007f7155eaf374 in QApplicationPrivate::notify_helper (this=0x6aa350, receiver=0xae3550, e=0x7f7130000970) at kernel/qapplication.cpp:4551
*** Bug 305613 has been marked as a duplicate of this bug. *** *** Bug 305858 has been marked as a duplicate of this bug. *** *** Bug 306041 has been marked as a duplicate of this bug. *** Created attachment 75730 [details]
New crash information added by DrKonqi
akonadi_imap_resource (4.9) on KDE Platform 4.9.90 using Qt 4.8.4
- What I was doing when the application crashed:
It happened again using KDE 4.10 beta2 (4.9.90), Qt 4.8.4, 1.8.80.
IMAP resource is still Citadel Groupware.
-- Backtrace (Reduced):
#7 0x00007f3523337187 in qDeleteAll<QList<KIMAP::Job*>::const_iterator> (end=..., begin=...) at /usr/include/qt4/QtCore/qalgorithms.h:322
#8 qDeleteAll<QQueue<KIMAP::Job*> > (c=...) at /usr/include/qt4/QtCore/qalgorithms.h:330
#9 KIMAP::SessionPrivate::clearJobQueue (this=0x749880) at /var/tmp/portage/kde-base/kdepimlibs-4.9.90/work/kdepimlibs-4.9.90/kimap/session.cpp:407
#10 0x00007f3524713046 in QObject::event (this=0xc4bdc0, e=<optimized out>) at kernel/qobject.cpp:1194
#11 0x00007f3523a9de54 in notify_helper (e=0x7f34f8024920, receiver=0xc4bdc0, this=0x6b1690) at kernel/qapplication.cpp:4562
*** Bug 311810 has been marked as a duplicate of this bug. *** Git commit a0ac9b5bfd68aab378842f91915f4ba4b084cfb3 by David Faure. Committed on 27/02/2013 at 19:17. Pushed by dfaure into branch 'KDE/4.10'. Fix crash in qDeleteAll(), due to the item dtor modifying the container. FIXED-IN: 4.10.1 M +2 -1 kimap/session.cpp http://commits.kde.org/kdepimlibs/a0ac9b5bfd68aab378842f91915f4ba4b084cfb3 |