Summary: | [PATCH] Kontact crashed when changing the check interval time (backtrace). | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Carl <sleepkreep> |
Component: | GUI | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | kde |
Priority: | NOR | ||
Version: | 1.9.5 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Kontact crash backtrace
Patch for fixing this bug |
Description
Carl
2005-04-20 20:02:03 UTC
Created attachment 10728 [details]
Kontact crash backtrace
Please don't attach backtraces. Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 1105493568 (LWP 5290)] [KCrash handler] #7 0x41560710 in QObject::disconnect () from /usr/lib/qt3/lib/libqt-mt.so.3 #8 0x42b80f16 in KMAcctExpPop::slotAbortRequested () from /opt/kde/lib/libkmailprivate.so #9 0x42b810d8 in KMAcctExpPop::pseudoAssign () from /opt/kde/lib/libkmailprivate.so #10 0x429f7f41 in AccountsPageReceivingTab::save () from /opt/kde/lib/libkmailprivate.so #11 0x42b03aab in ConfigModuleWithTabs::save () from /opt/kde/lib/libkmailprivate.so #12 0x40970ad3 in KCModuleProxy::save () from /opt/kde/lib/libkutils.so.1 #13 0x4097117e in KCMultiDialog::apply () from /opt/kde/lib/libkutils.so.1 #14 0x4097148c in KCMultiDialog::slotOk () from /opt/kde/lib/libkutils.so.1 #15 0x42b2110a in ConfigureDialog::slotOk () from /opt/kde/lib/libkmailprivate.so #16 0x40f18420 in KDialogBase::qt_invoke () from /opt/kde/lib/libkdeui.so.4 #17 0x40970033 in KCMultiDialog::qt_invoke () from /opt/kde/lib/libkutils.so.1 #18 0x42b0a96b in ConfigureDialog::qt_invoke () from /opt/kde/lib/libkmailprivate.so #19 0x4155f31e in QObject::activate_signal () from /usr/lib/qt3/lib/libqt-mt.so.3 #20 0x4155fac6 in QObject::activate_signal () from /usr/lib/qt3/lib/libqt-mt.so.3 #21 0x418b8f7c in QButton::clicked () from /usr/lib/qt3/lib/libqt-mt.so.3 #22 0x415f7c34 in QButton::mouseReleaseEvent () from /usr/lib/qt3/lib/libqt-mt.so.3 #23 0x41595905 in QWidget::event () from /usr/lib/qt3/lib/libqt-mt.so.3 #24 0x414fcbaf in QApplication::internalNotify () from /usr/lib/qt3/lib/libqt-mt.so.3 #25 0x414fef56 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3 #26 0x41187631 in KApplication::notify () from /opt/kde/lib/libkdecore.so.4 #27 0x4149a25e in QETWidget::translateMouseEvent () from /usr/lib/qt3/lib/libqt-mt.so.3 #28 0x41499116 in QApplication::x11ProcessEvent () from /usr/lib/qt3/lib/libqt-mt.so.3 #29 0x414a9b08 in QEventLoop::processEvents () from /usr/lib/qt3/lib/libqt-mt.so.3 #30 0x41514b41 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3 #31 0x41514986 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3 #32 0x414fe63f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3 #33 0x08063ca5 in main () Created attachment 12237 [details]
Patch for fixing this bug
This patch might fix the bug, but the real bugfix is to redesign the
ProgressItem stuff, deletion by user input cries for trouble!!!
i don't reproduce this bug with kde 4.3/4.4 Feel free to reopen if you still encounter this issue with kde4. thank you in advance. |