Summary: | KDevelop crashes after configuring a pruned project if Build/Run is chosen. | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jeremy W. Murphy <jeremy.william.murphy> |
Component: | Build tools: CMake | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 4.3.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | valgrind output |
Description
Jeremy W. Murphy
2012-09-19 09:19:46 UTC
Good news is that I can reproduce the bug reliably now: Prune project, Build. Crashes just after CMake finishes writing the build files, before actual build begins. However, if I Prune then choose Configure, there is no crash. It is something that happens at the moment when it changes over from configuring to building. Created attachment 74050 [details]
valgrind output
It doesn't actually crash when I run it under valgrind, so I'm not sure if the output will help.
Hm Aleix - are you still using KDirWatch or not in the CMakeManager? Generally, this bt looks like a nasty eventloop racecondition or something like that :( I switched over to using the latest git version and the bug is gone. Let's hope that is actually fixed and not just hiding. :) I'll reopen if it reappears. |