Summary: | Crash in QScriptValue during CMake parsing | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Milian Wolff <mail> |
Component: | Build tools: CMake | 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-04 12:35:26 UTC
It would help if you had Qt debugging symbols installed. Heh, nice. The usage of QScript probably needs protection with a mutex. But actually I don't understand why we need that there at all. Aren't there other ways to evaluate some math expression? What happens if the math-expression doesn't match Javascript's expectations? (is that possible with cmake's math?) didn't see this crash in a long time |