| Summary: | Kmail crashed on exit | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Hussam Al-Tayeb <ht990332> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | montel |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdepim/a7bacb33d2edd0dd95a0750bc7c2bda5849be48f | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Valgrind log | ||
|
Description
Hussam Al-Tayeb
2015-09-21 07:53:48 UTC
I think it is fixed in git. nevermind, it still crashes with a fresh git snapshot. http://pastebin.com/raw.php?i=tDv9aE9D Created attachment 94665 [details]
Valgrind log
Valgrind log. not sure I ran it correctly though.
it was not the same crash that today. I found bug to fix it. Git commit a7bacb33d2edd0dd95a0750bc7c2bda5849be48f by Montel Laurent. Committed on 21/09/2015 at 20:04. Pushed by mlaurent into branch 'master'. Fix Bug 352967 - Kmail crashed on exit M +4 -0 templateparser/src/customtemplates.cpp http://commits.kde.org/kdepim/a7bacb33d2edd0dd95a0750bc7c2bda5849be48f Thank you. It is however failing to build again: This is the same build error as earlier. [ 52%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/undostack.cpp.o [ 52%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/kmkernel.cpp.o /home/hussam/src/local/kde/kdepim/src/kdepim5/kmail/kmkernel.cpp:49:34: fatal error: messagelist/settings.h: No such file or directory compilation terminated. kmail/CMakeFiles/kmailprivate.dir/build.make:354: recipe for target 'kmail/CMakeFiles/kmailprivate.dir/kmkernel.cpp.o' failed make[2]: *** [kmail/CMakeFiles/kmailprivate.dir/kmkernel.cpp.o] Error 1 CMakeFiles/Makefile2:5154: recipe for target 'kmail/CMakeFiles/kmailprivate.dir/all' failed make[1]: *** [kmail/CMakeFiles/kmailprivate.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2 I did
diff --git a/kmail/kmkernel.cpp b/kmail/kmkernel.cpp
index 82ebecf..4beeda4 100644
--- a/kmail/kmkernel.cpp
+++ b/kmail/kmkernel.cpp
@@ -46,7 +46,7 @@ using KMail::MailServiceImpl;
#include "mailcommon/jobscheduler.h"
#include "MessageCore/MessageCoreSettings"
-#include "messagelist/settings.h"
+#include "messagelistsettings.h"
#include "messagelist/messagelistutil.h"
#include "messageviewer/messageviewersettings.h"
#include "MessageComposer/AkonadiSender"
and it continued compiling. I copied your earlier change.
Hi, indeed build was broken. Fixed thanks |