Summary: | Crash inside SSL code | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Eduardo Habkost <ehabkost> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, carlos.olmedo.e, Joerg.Thoennes, opensource, xavier.poirot |
Priority: | NOR | ||
Version: | 1.3.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Eduardo Habkost
2010-11-09 19:44:15 UTC
[Comment from a bug triager] There is a new report which could be related to this: bug 259951. Regards *** Bug 263317 has been marked as a duplicate of this bug. *** *** Bug 259951 has been marked as a duplicate of this bug. *** *** Bug 265157 has been marked as a duplicate of this bug. *** Created attachment 63531 [details]
New crash information added by DrKonqi
konversation (1.3.1) on KDE Platform 4.7.1 (4.7.1) using Qt 4.7.4
- What I was doing when the application crashed:
Resuming computer from sleeping. Internet went on, I've been asked if I should trust the certificate, clicked yes and it crashed AGAIN (it always does on resuming)
- Unusual behavior I noticed:
Above.
- Custom settings of the application:
None, SSL connection
-- Backtrace (Reduced):
#8 0x00007f76618477ad in QSslSocket::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libQtNetwork.so.4
[...]
#12 0x00007f765f7f2ae4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#13 0x00007f765f7f7951 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#14 0x00007f76610f2c96 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#15 0x00007f766069489c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
*** Bug 284445 has been marked as a duplicate of this bug. *** Git commit 3a6a2c2bd690c3d9d64e04fa16859e06844bd274 by Eike Hein. Committed on 23/10/2011 at 13:37. Pushed by hein into branch 'master'. Treat a cancellation of the SSL error dialog as a deliberate disconnect. CCBUG:256464 M +3 -0 ChangeLog M +6 -19 src/irc/server.cpp M +0 -2 src/irc/server.h http://commits.kde.org/konversation/3a6a2c2bd690c3d9d64e04fa16859e06844bd274 Git commit 1a785194cae9afa7b19669212c190da2cb349735 by Eike Hein. Committed on 23/10/2011 at 15:47. Pushed by hein into branch 'master'. Handle disconnects while waiting on user response to SSL errors gracefully. BUG:256464 M +8 -0 ChangeLog M +1 -1 src/commit.h M +69 -19 src/irc/server.cpp M +2 -8 src/irc/server.h http://commits.kde.org/konversation/1a785194cae9afa7b19669212c190da2cb349735 |