Summary: | Crash when parsing php | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Tamás Gere <gt> |
Component: | Language Support: PHP | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | The php source which causing crash for me. |
Description
Tamás Gere
2010-03-30 13:29:54 UTC
Created attachment 42379 [details]
The php source which causing crash for me.
thanks, I'll look into it later today. SVN commit 1109108 by mwolff: Assign internal contexts in the PreDeclarationBuilder. We assume (correclty) that each Class and Function has an internal context, so we should fulfil that promise. Add test. BUG: 232687 M +6 -0 builders/predeclarationbuilder.cpp M +1 -0 builders/predeclarationbuilder.h M +21 -0 tests/duchain.cpp M +1 -0 tests/duchain.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1109108 Source updated, compiled and now the file parsed correctly. Thanks for fast fix. Cheers |