Bug 104288 - [PATCH] Kontact crashed when changing the check interval time (backtrace).
Summary: [PATCH] Kontact crashed when changing the check interval time (backtrace).
Status: RESOLVED WORKSFORME
Alias: None
Product: kmail
Classification: Applications
Component: GUI (show other bugs)
Version: 1.9.5
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-20 20:02 UTC by Carl
Modified: 2010-04-28 17:58 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Kontact crash backtrace (2.27 KB, text/plain)
2005-04-20 20:02 UTC, Carl
Details
Patch for fixing this bug (1016 bytes, patch)
2005-08-16 16:35 UTC, Tobias Koenig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carl 2005-04-20 20:02:03 UTC
Version:           1.1 (using KDE KDE 3.4.0)
Installed from:    Compiled From Sources
Compiler:          gcc 3.3.4 
OS:                Linux

When I changed my check interval time from one minute to two minutes for my gmail account, kontact crashed.  I am submitting a backtrace.
Comment 1 Carl 2005-04-20 20:02:52 UTC
Created attachment 10728 [details]
Kontact crash backtrace
Comment 2 Thiago Macieira 2005-04-21 05:51:40 UTC
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 ()
Comment 3 Tobias Koenig 2005-08-16 16:35:41 UTC
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!!!
Comment 4 Nicolas L. 2010-04-28 17:58:54 UTC
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.