Summary: | IMAP Account crashing | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Grzegorz <bibliotekarz96> |
Component: | IMAP resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bibliotekarz96, carl |
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
Grzegorz
2021-11-19 13:51:35 UTC
Created attachment 146261 [details]
New crash information added by DrKonqi
akonadi_imap_resource (5.19.1 (21.12.1)) using Qt 5.15.2
- What I was doing when the application crashed:
Restarting my PC,KMail is set to autostart
- Custom settings of the application:
Multiple rules for moving mails, In settings there is reference to one of rules (that it is currently moving messages according to rules), but the resource crashes (not always, sometimes restart will fix it, at other times you need to add account again (it works even if i restore a backup of settings made when kmail was broken)
-- Backtrace (Reduced):
#6 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#7 0x00007fdc0f4a12d3 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78
#8 0x00007fdc0f451356 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#9 0x00007fdc0f43a7d3 in __GI_abort () at abort.c:79
#10 0x00007fdc0f6ef976 in __gnu_cxx::__verbose_terminate_handler() () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:95
A possibly relevant merge request was started @ https://invent.kde.org/pim/kdepim-runtime/-/merge_requests/110 Git commit a7dad00a23230236113b0edb646f2e47914a812d by Carl Schwan. Committed on 28/04/2023 at 15:40. Pushed by carlschwan into branch 'master'. Ignore infite set Infinite IMAP set are likely causing an out of memory exception. Related: bug 454322 M +4 -0 resources/imap/moveitemstask.cpp https://invent.kde.org/pim/kdepim-runtime/commit/a7dad00a23230236113b0edb646f2e47914a812d Git commit a740e7fafe67336fdb1189760976a8fd5fe306f2 by Carl Schwan. Committed on 28/04/2023 at 15:42. Pushed by carlschwan into branch 'release/23.04'. Ignore infite set Infinite IMAP set are likely causing an out of memory exception. Related: bug 454322 (cherry picked from commit a7dad00a23230236113b0edb646f2e47914a812d) M +4 -0 resources/imap/moveitemstask.cpp https://invent.kde.org/pim/kdepim-runtime/commit/a740e7fafe67336fdb1189760976a8fd5fe306f2 |