Summary: | Akonadi Server crash | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | marvelvance |
Component: | server | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | a.samirh78, forenkram, kazama39 |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
marvelvance
2020-02-19 06:36:38 UTC
Created attachment 129511 [details]
New crash information added by DrKonqi
kontact (5.14.2 (20.04.2)) using Qt 5.15.0
- What I was doing when the application crashed:
reading emails. More precisely, a Whatsapp message had also popped up (via firefox)
- Custom settings of the application:
-- Backtrace (Reduced):
#6 0x00007fddf36a886a in __gnu_cxx::__verbose_terminate_handler () at /build/gcc/src/gcc/libstdc++-v3/libsupc++/vterminate.cc:95
#7 0x00007fddf36b4d8a in __cxxabiv1::__terminate (handler=<optimized out>) at /build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:48
#8 0x00007fddf36b4df7 in std::terminate () at /build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:58
#9 0x00007fddf36b509e in __cxxabiv1::__cxa_throw (obj=<optimized out>, tinfo=0x7fdd779ce798 <typeinfo for Xapian::DatabaseModifiedError>, dest=0x7fdd774bc430) at /build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_throw.cc:95
[...]
#15 0x00007fdd7746c475 in Xapian::Database::get_termfreq(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const () from /usr/lib/libxapian.so.30
The backtrace isn't complete as there are missing debug symbols, but my guess would be this is a duplicate of bug 401865. *** This bug has been marked as a duplicate of bug 401865 *** I have worked around this by deleting the whole database, and setting up the kmail from scratch. Interestingly, the mail database comprised around 30Gb of data, which is insane. Either it was the size of the data base or some incompatibility due to Arch's rolling release model. Now everything is working again and I don't experience crashes anymore. Even gmail stuff works again. This might not be the desired solution, but maybe it helps somebody with the same problem. |