Summary: | Crash when opening a project | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | David <daviddoria> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | CLOSED NOT A BUG | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 4.1.60 | ||
Target Milestone: | 4.1.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David
2010-11-16 22:12:13 UTC
you are mixing self-compiled 4.1 with system wide 4.0 which is not supported and leads to crashes. Compare e.g.: Application: kdevelop (4.1.60) and the paths in #12 0x02a62b5c in CMakeParserUtils::includeScript (file=..., parent=..., variables=0x8f55924, macros=0x8f8a064, sourcedir=..., cache=0x8fa3a34, modulesDir=...) at /usr/src/debug/kdevelop-4.0.1/projectmanagers/cmake/parser/cmakeparserutils.cpp:164 #13 0x029c6e42 in CMakeManager::includeScript (this=0x8f58c78, file=..., project=0x8d21d90, parent=...) at /home/doriad/src/kdevelop/projectmanagers/cmake/cmakemanager.cpp:318 Make sure you wipe your system installation. Excellent, I ran sudo yum remove kdevplatform and it works fine now. Thank you for the quick response! |