Summary: | Crash on "Reply" after removing/adding "Favorite Folders" to the window layout | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Stephan Johach <hunsum> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kollix |
Priority: | NOR | ||
Version: | SVN trunk (KDE 4) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Stephan Johach
2008-02-21 16:44:31 UTC
Backtrace with full debug info: Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1243228496 (LWP 6688)] [New Thread -1290765392 (LWP 6692)] [New Thread -1282372688 (LWP 6691)] [New Thread -1273979984 (LWP 6690)] [New Thread -1265587280 (LWP 6689)] [KCrash handler] #6 0xb4e150b9 in KMReaderWin::copyText (this=0x8554358) at kmreaderwin.cpp:2374 #7 0xb508dd2e in KMail::MessageActions::replyCommand<KMReplyToCommand> ( this=0x859d8f0) at messageactions.h:67 #8 0xb508b62b in KMail::MessageActions::slotReplyToMsg (this=0x859d8f0) at messageactions.cpp:182 #9 0xb508db0f in KMail::MessageActions::qt_invoke (this=0x859d8f0, _id=3, _o=0xbffd0fb8) at messageactions.moc:105 #10 0xb66af619 in QObject::activate_signal () from /opt/qt-3.3.7/lib/libqt-mt.so.3 #11 0xb66afab0 in QObject::activate_signal () from /opt/qt-3.3.7/lib/libqt-mt.so.3 #12 0xb6f94c69 in KAction::activated () from /opt/kde-3.5/lib/libkdeui.so.4 #13 0xb6f94dc1 in KAction::slotActivated () from /opt/kde-3.5/lib/libkdeui.so.4 #14 0xb6f9adef in KAction::qt_invoke () from /opt/kde-3.5/lib/libkdeui.so.4 #15 0xb66af619 in QObject::activate_signal () from /opt/qt-3.3.7/lib/libqt-mt.so.3 #16 0xb66afab0 in QObject::activate_signal () from /opt/qt-3.3.7/lib/libqt-mt.so.3 #17 0xb6d2b2a9 in KAccelPrivate::menuItemActivated () from /opt/kde-3.5/lib/libkdecore.so.4 #18 0xb6d2bb47 in KAccelPrivate::emitActivatedSignal () from /opt/kde-3.5/lib/libkdecore.so.4 #19 0xb6d2e4fd in KAccelPrivate::eventFilter () from /opt/kde-3.5/lib/libkdecore.so.4 #20 0xb66af35e in QObject::activate_filters () from /opt/qt-3.3.7/lib/libqt-mt.so.3 #21 0xb66af3db in QObject::event () from /opt/qt-3.3.7/lib/libqt-mt.so.3 #22 0xb66e8f2c in QWidget::event () from /opt/qt-3.3.7/lib/libqt-mt.so.3 #23 0xb67a6302 in QMainWindow::event () from /opt/qt-3.3.7/lib/libqt-mt.so.3 #24 0xb664fd81 in QApplication::internalNotify () from /opt/qt-3.3.7/lib/libqt-mt.so.3 #25 0xb6650b3e in QApplication::notify () from /opt/qt-3.3.7/lib/libqt-mt.so.3 #26 0xb6c943ae in KApplication::notify () from /opt/kde-3.5/lib/libkdecore.so.4 #27 0xb6d2b906 in KAccelEventHandler::x11Event () from /opt/kde-3.5/lib/libkdecore.so.4 #28 0xb6c983bf in KApplication::x11EventFilter () from /opt/kde-3.5/lib/libkdecore.so.4 #29 0xb65ddff5 in ?? () from /opt/qt-3.3.7/lib/libqt-mt.so.3 #30 0xbffd195c in ?? () #31 0xbffd1858 in ?? () #32 0x00000001 in ?? () #33 0xb6af5884 in ?? () from /opt/qt-3.3.7/lib/libqt-mt.so.3 #34 0xb6af5884 in ?? () from /opt/qt-3.3.7/lib/libqt-mt.so.3 #35 0x0000001b in ?? () #36 0xbffd1758 in ?? () #37 0xb65ea1dc in QApplication::x11ProcessEvent () from /opt/qt-3.3.7/lib/libqt-mt.so.3 Backtrace stopped: frame did not save the PC Confirmed, for both the 3.5 branch and trunk. SVN commit 778530 by tmcguire: Don't crash after changing the layout and replying then. BUG: 158171 M +4 -0 kmmainwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=778530 Hi Thomas, On Saturday 23 February 2008, you wrote: > ------- Additional Comments From Thomas.McGuire gmx net 2008-02-23 > 21:47 ------- SVN commit 778530 by tmcguire: > > Don't crash after changing the layout and replying then. > > BUG: 158171 > > > M +4 -0 kmmainwidget.cpp > > > WebSVN link: http://websvn.kde.org/?view=rev&revision=778530 Could you backport this to 3.5, too, please ? Thanks a lot! SVN commit 778728 by tmcguire: Backport of SVN commit 778530 by tmcguire: Don't crash after changing the layout and replying then. CCBUG: 158171 M +4 -0 kmmainwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=778728 SVN commit 779123 by johach: Now the fix is in stable 3.5.x branch too. Backport of SVN commit 778530 by tmcguire: Don't crash after changing the layout and replying then. CCBUG: 158171 M +4 -0 kmmainwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=779123 |