Summary: | kmail keeps running in the background after quitting the program | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Raymond Wooninck <tittiatcoke> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | dvratil, gosi, ianseeks, jjm, montel |
Priority: | NOR | ||
Version: | Git (master) | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Raymond Wooninck
2016-01-19 16:06:19 UTC
Could you try to get a backtrace to see what KMail is doing that's preventing it from closing? (In reply to Daniel Vrátil from comment #1) > Could you try to get a backtrace to see what KMail is doing that's > preventing it from closing? Hi Dan, Sure. As long as you let me know what exactly you are looking for or how I should get the backtrace :) Hi Dan, As requested, I attached gdb to the running process and then entered "t a a bt" to create the backtrace. The most interesting part would be this: Thread 1 (Thread 0x7fab6bb5b800 (LWP 3532)): #0 0x00007fab68b69c1d in poll () from /lib64/libc.so.6 #1 0x00007fab5e6fbe64 in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x00007fab5e6fbf7c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #3 0x00007fab696abb0c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #4 0x00007fab69652b23 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #5 0x00007fab6a4671de in KJob::exec() () from /usr/lib64/libKF5CoreAddons.so.5 #6 0x00007fab6b3b9106 in KMKernel::cleanup (this=this@entry=0x7ffc19a85df0) at /usr/src/debug/kdepim-15.12.60git.20160120T085743~887bcda/kmail/kmkernel.cpp:1410 #7 0x00000000004042fa in main (argc=1, argv=0x7ffc19a86008) at /usr/src/debug/kdepim-15.12.60git.20160120T085743~887bcda/kmail/main.cpp:153 Looking at the source code of kmkernel.cpp (at line 1410) then it seems to try to run jobStatistics->exec() which somehow doesn't return. Hope this helps. Let me know if you need more info A better one with also the debug info for libKF5CoreAddons. It could be that it is a change in coreaddons. Thread 1 (Thread 0x7fab6bb5b800 (LWP 3532)): #0 0x00007fab68b69c1d in poll () from /lib64/libc.so.6 #1 0x00007fab5e6fbe64 in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x00007fab5e6fbf7c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #3 0x00007fab696abb0c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #4 0x00007fab69652b23 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #5 0x00007fab6a4671de in KJob::exec (this=this@entry=0x96df70) at /usr/src/debug/kcoreaddons-5.19.0git.20160109T125454~e8444d1/src/lib/jobs/kjob.cpp:199 #6 0x00007fab6b3b9106 in KMKernel::cleanup (this=this@entry=0x7ffc19a85df0) at /usr/src/debug/kdepim-15.12.60git.20160120T085743~887bcda/kmail/kmkernel.cpp:1410 #7 0x00000000004042fa in main (argc=1, argv=0x7ffc19a86008) at /usr/src/debug/kdepim-15.12.60git.20160120T085743~887bcda/kmail/main.cpp:153 In a number of cases, this also causes a 100% cpu utilization of the remaining kmail process. When this happened, I attached gdb to this kmail process and exactly the same backtrace was generated. At this moment it would make kmail not really a good candidate for KDE Apps 16.04 I can confirm this bug. Previously kmail also crashed, when it was started while the old process was still running, but this is fixed now (somehow). See also <https://bbs.archlinux.org/viewtopic.php?id=206628> Looking at the code in question I tried to disable 'empty local trash folder on exit' and it "solved" the problem. tl;dr: with 'empty local trash folder on exit' enabled kmail process hangs indefinitely Possible duplicates: bug 363085, bug 361679. (In reply to Jonathan Marten from comment #7) > Possible duplicates: bug 363085, bug 361679. I'd agree with duplicates kmail 5.2.3 still not loading GUI after a quit with "Empty Wastebin on Exit" set to on Qt: 5.6.1 KDE Frameworks: 5.24.0 KDE Plasma: 5.7.1 Kernel: 4.6.3-1-default "openSUSE Tumbleweed (20160712) (x86_64)" Fixed in 5.3.0 thanks |