| Summary: | KDevelop crashes during startup | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Benjamin Eikel <kdebugs> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | kfunk, yo |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | 4.3.0 | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Backtrace | ||
|
Description
Benjamin Eikel
2013-01-31 13:27:39 UTC
What project did you use to create this crash - can I access it to reproduce the bug? It happend with an internal project. I will try it next week when I return from Brussels with other projects to see if I can reproduce the bug when loading them. Git commit 7a521fc9699a8c257baebcdfdcb7e8fd4c361ecc by Milian Wolff. Committed on 31/01/2013 at 22:33. Pushed by mwolff into branch '4.5'. Make CTestFindJob killable to ensure it gets stopped on shutdown. This should be the proper fix for the crash-on-close bug that was encountered quite often. I do not understand how to trigger it on startup though - can someone try with this patch again? Related: bug 309715 M +9 -7 projectmanagers/cmake/testing/ctestfindjob.cpp M +2 -0 projectmanagers/cmake/testing/ctestfindjob.h http://commits.kde.org/kdevelop/7a521fc9699a8c257baebcdfdcb7e8fd4c361ecc Created attachment 76885 [details]
Backtrace
I think that this trace might be related to (or directly affected by) the bug.
With the old version (without your patch), I am still able to reproduce the problem with a KDevelop project created from a kdevplatform build (but you are right, it is much more likely to occur during the exit of KDevelop). With the current Git version, I cannot reproduce it. So it seems that you fixed the problem. Thank you very much! |