Summary: | Kontact crashes when disabling checking of one of imap folders | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Piotr <deszynski> |
Component: | folder list | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | ccassler1, faure, robert.wloch, thomas.pfeiffer, typ01 |
Priority: | NOR | ||
Version: | 1.13.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Full backtrace with kdepim
Full backtrace with kdepim New crash information added by DrKonqi |
Description
Piotr
2010-06-03 23:31:23 UTC
The most interesting parts of the backtrace are missing: #7 0xb438b2fb in ?? () from /usr/lib/libkmailprivate.so.4 #8 0xb4390004 in ?? () from /usr/lib/libkmailprivate.so.4 #9 0xb437fd5c in ?? () from /usr/lib/libkmailprivate.so.4 #10 0xb437fc40 in ?? () from /usr/lib/libkmailprivate.so.4 can you install the debug package for KMail (or kdepim, depending on your distribution) and try to reproduce the crash ? Thanks. Ok, I've installed kdepim-dbg pakage, here are missing lines from stack trace: #7 0xb435d2fb in KMail::FolderDialogGeneralTab::save (this=0xa75c8d0) at ../../kmail/kmfolderdialog.cpp:680 #8 0xb4362004 in KMail::FolderDialogTab::accept (this=0xa75c8d0) at ../../kmail/kmfolderdialog.h:104 #9 0xb4351d5c in KMFolderDialog::slotOk (this=0xa70ca30) at ../../kmail/kmfolderdialog.cpp:244 #10 0xb4351c40 in KMFolderDialog::qt_metacall (this=0xa70ca30, _c=QMetaObject::InvokeMetaMethod, _id=76, _a=0xbf9ef21c) at ./kmfolderdialog.moc:429 Created attachment 47759 [details]
Full backtrace with kdepim
Created attachment 47760 [details]
Full backtrace with kdepim
*** Bug 242631 has been marked as a duplicate of this bug. *** Created attachment 49338 [details]
New crash information added by DrKonqi
The very same (and annoying) crash happens to me, too.
I want to exclude the IMAP folder "emailed contacts" from being scanned for changes as it spams the tray icon with a four digit number without any value. But everytime I try to exclude it and click "OK" KMail crashes.
SVN commit 1183150 by dfaure: Fix crash when changing properties of a readonly folder (mNameEdit was null) BUG: 240662 Not sure which kdepim release this fix will be in, but it's post-kdepim-4.4.5 M +1 -1 kmfolderdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1183150 *** Bug 253609 has been marked as a duplicate of this bug. *** *** Bug 296074 has been marked as a duplicate of this bug. *** Git commit 9970eee91977724dd24dab0e5511b5737875809c by David Faure. Committed on 17/01/2013 at 13:43. Pushed by dfaure into branch 'KDE/4.4'. Finish fixing bug 240662, crash in props dialog for readonly folder. Turns out my Oct-2010 fix wasn't complete, since the pointer isn't initialized to NULL. Yes this is an old version of kdepim, I know. My wife still uses it :-) The bug doesn't happen in the akonadi-based kdepim versions. M +2 -1 kmail/kmfolderdialog.cpp http://commits.kde.org/kdepim/9970eee91977724dd24dab0e5511b5737875809c |