Summary: | Kdevelop crashes because of failed assertion less then minute after start. | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Sergey Vidyuk <sir.vestnik> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bastian.leyer, stompdagger1 |
Priority: | NOR | ||
Version: | 4.2.60 | ||
Target Milestone: | 4.2.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | crash log |
Description
Sergey Vidyuk
2011-06-07 19:05:58 UTC
Hi, I have the same problems. I imported kdevplatform and kdevelop as projects. The crash happens also every time. Created attachment 60765 [details]
crash log
rm -rf ~/.kde4/share/apps/kdevelop/sessions/* rm -rf ~/.kde4/share/apps/kdevplatform/sessions/* temporary solves this issue. However Kdevelop crushes on this assert again when I use quick open, Ctrl+Click on symbol. Once failed it always fails after restart. Git commit 7e189d35e4a5d207b0711610114cae481f6497e5 by Milian Wolff. Committed on 08/06/2011 at 18:23. Pushed by mwolff into branch 'master'. Revert "add assertion for misuse of AbstractContextBuilder::openContext" This usage is apparently sometimes used in the CPP lang plugin, I have to investigate whether it's a bug there or whether it depends on this usage implicitly, maybe as requirement for contexts in macro expansions... To unbreak master, lets revert this for now. This reverts commit b494fac2293237ab095f040cace27b7f3e899d80. BUG: 275136 M +2 -12 language/duchain/builders/abstractcontextbuilder.h http://commits.kde.org/kdevplatform/7e189d35e4a5d207b0711610114cae481f6497e5 *** Bug 275196 has been marked as a duplicate of this bug. *** *** Bug 275226 has been marked as a duplicate of this bug. *** |