Summary: | Crash on startup | ||
---|---|---|---|
Product: | [Applications] kontact | Reporter: | Torben Jensby Christensen <tjc> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | tjc |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Torben Jensby Christensen
2011-08-16 21:36:20 UTC
Created attachment 62885 [details]
New crash information added by DrKonqi
kontact (4.7.0) on KDE Platform 4.7.00 (4.7.0) "release 10" using Qt 4.7.3
Another crash after start, tried to remove filters, and when re-adding spam filter it crashed
-- Backtrace (Reduced):
#12 0x00007eff2abefbb3 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#13 0x00007eff2abf3f2b in QCoreApplication::exec() () from /usr/lib64/libQtCore.so.4
#14 0x000000000040416f in main ()
Cannot reproduce with recent versions and the backtrace doesn't really help. If you're still able to reproduce the first crash, try this : * Install the following packages: akonadi-debuginfo, akonadi-runtime-debuginfo, kdepimlibs4-debuginfo, kontact-debuginfo, libakonadi-debuginfo, libakonadiprotocolinternals1-debuginfo, libkdepimlibs4-debuginfo * run: gdb --args kontact --nofork * when the '(gdb)' prompt appears: start * when the prompt reappears: break __cxa_rethrow and when kontact crashes : thread apply all bt forgot: When done, enter 'quit' If that doesn't give a better backtrace than the first one, retry but change: break __cxa_rethrow and replace it with: catch throw (In reply to comment #2) > Cannot reproduce with recent versions and the backtrace doesn't really help. If > you're still able to reproduce the first crash, try this : > > * Install the following packages: akonadi-debuginfo, akonadi-runtime-debuginfo, > kdepimlibs4-debuginfo, kontact-debuginfo, libakonadi-debuginfo, > libakonadiprotocolinternals1-debuginfo, libkdepimlibs4-debuginfo > > * run: > gdb --args kontact --nofork > > * when the '(gdb)' prompt appears: > start > > * when the prompt reappears: > break __cxa_rethrow > > and when kontact crashes : > thread apply all bt I've taken multiple steps to not have my kmail crash on start-up 1) konfigured kwallet (was not configured on first try) 2) reverted back to previous kmail and removed all traces of kmail2 3) removed all filters 4) installed kamail2 again 5) removed a lot of old mails 6) disabled check for pop3 mail and scan of kmail folders on startup 7) General updated to latest versions - currently on 4.7.1 I still think it is slower and more sluggish than my old kmail was, but I only occasionally has crashes now Regards, Torben Nothing than can be done then. Thanks for the feedback |