Summary: | crash on calling code completion | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | jalal <the_jalal> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jalal
2003-04-22 21:03:26 UTC
Yep, I think I can reproduce this bug, too.(self compiled CVS gcc 3.2 SuSE 8.1) It happens when typing a new method declaration like: void foobar(const |<<<CRASH, well not crash but a total freeze up without any further repaint etc. cmd line output: ... kdevelop (cpp support): CppCodeCompletion::completeText() kdevelop (cpp support): ch = ( kdevelop (cpp support): ch2 = t( kdevelop (cpp support): c = t kdevelop (cpp support): ------------------- AST FOUND -------------------- kdevelop (cpp support): ProblemReporter::reparse() Fixed |