Summary: | Crash after trying to rename CMake folder | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Milian Wolff <mail> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Milian Wolff
2010-03-09 16:34:38 UTC
Hm nope, this time it worked... Can you please add the CMakeLists.txt of the folder you renamed (and which caused the crash)? I'm seeing an unconditional access to the list of arguments in CMakeFunctionDesc, which might be a problem if you have a cmake function in your cmake-file without any arguments. SVN commit 1101328 by apaku: Add a fallback in case the argument list is empty. @Aleix: I don't think the simple-range thats constructed now is proper, but its the best fallback I could do. CCMAIL:aleixpol@gmail.com CCBUG:230106 M +10 -2 cmakelistsparser.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1101328 works nowadays |