Summary: | Akonadi crashes while idle | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Oleg <prcoder> |
Component: | IMAP resource | Assignee: | Christian Mollekopf <chrigi_1> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | giecrilj, kdepim-bugs, rini17, vkrause |
Priority: | NOR | Keywords: | drkonqi |
Version: | 4.11 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=332830 | ||
Latest Commit: | http://commits.kde.org/kdepimlibs/9a4a735b4475d34bfb9b7f7292ea391b40f6c070 | Version Fixed In: | 4.13.0 |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Oleg
2013-10-02 06:21:38 UTC
Created attachment 82799 [details]
New crash information added by DrKonqi
akonadi_imap_resource (4.10) on KDE Platform 4.10.5 "release 1" using Qt 4.8.4
- What I was doing when the application crashed:
The IMAP client asked me to acknowledge that the server certificate is invalid; I told the client to accept the certificate forever.
-- Backtrace (Reduced):
#8 0x00007fded1dfa4b7 in invokeMethod (val9=..., val8=..., val7=..., val6=..., val5=..., val4=..., val3=..., val2=..., val1=..., val0=..., member=0x7fded1e1fd3e "sslErrorHandlerResponse", obj=<optimized out>) at /usr/include/QtCore/qobjectdefs.h:434
#9 KIMAP::SessionPrivate::handleSslError (this=0x1f26d20, errorData=...) at /usr/src/debug/kdepimlibs-4.10.5/kimap/session.cpp:121
#10 0x00007fded31bc77e in QObject::event (this=0x1fa7b70, e=<optimized out>) at kernel/qobject.cpp:1203
#11 0x00007fded255186c in QApplicationPrivate::notify_helper (this=this@entry=0x1d76380, receiver=receiver@entry=0x1fa7b70, e=e@entry=0x7fdeb401f380) at kernel/qapplication.cpp:4562
#12 0x00007fded2555ceb in QApplication::notify (this=0x7fff97e11020, receiver=0x1fa7b70, e=0x7fdeb401f380) at kernel/qapplication.cpp:4423
Created attachment 82802 [details]
New crash information added by DrKonqi
akonadi_imap_resource (4.10) on KDE Platform 4.10.5 "release 1" using Qt 4.8.4
- What I was doing when the application crashed:
The IMAP client asked me to acknowledge that the server certificate is invalid; I told the client to accept the certificate forever.
-- Backtrace (Reduced):
#7 0x00007f8db54334b7 in invokeMethod (val9=..., val8=..., val7=..., val6=..., val5=..., val4=..., val3=..., val2=..., val1=..., val0=..., member=0x7f8db5458d3e "sslErrorHandlerResponse", obj=<optimized out>) at /usr/include/QtCore/qobjectdefs.h:434
#8 KIMAP::SessionPrivate::handleSslError (this=0x2096440, errorData=...) at /usr/src/debug/kdepimlibs-4.10.5/kimap/session.cpp:121
#9 0x00007f8db67f577e in QObject::event (this=0x2136670, e=<optimized out>) at kernel/qobject.cpp:1203
#10 0x00007f8db5b8a86c in QApplicationPrivate::notify_helper (this=this@entry=0x1dbf380, receiver=receiver@entry=0x2136670, e=e@entry=0x7f8d98023100) at kernel/qapplication.cpp:4562
#11 0x00007f8db5b8eceb in QApplication::notify (this=0x7fffaaa45b60, receiver=0x2136670, e=0x7f8d98023100) at kernel/qapplication.cpp:4423
The IMAP resource has a new maintainer, reassigning to him. *** Bug 325911 has been marked as a duplicate of this bug. *** Git commit 9a4a735b4475d34bfb9b7f7292ea391b40f6c070 by Christian Mollekopf. Committed on 10/12/2013 at 22:05. Pushed by cmollekopf into branch 'master'. Avoid crash if the session was destroyed while the dialog was open. M +5 -1 kimap/session.cpp http://commits.kde.org/kdepimlibs/9a4a735b4475d34bfb9b7f7292ea391b40f6c070 It is still crashing in same way in 4.12.1, when it is scheduled to get out? Thanks. Why isn't the fix contained the KDE/4.12 branch ? |