| Summary: | kate crashes after do {} while | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Marcus Daub <m.daub> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
backtrace? Can't reproduce, svn r605k. Possibly dupe of this bug: http://bugs.kde.org/show_bug.cgi?id=135045 The kde-crash-handler doesn't pop up, so I don't know how to make a backtrace. Any hints how I could do?
Maybe crash is the wrong word:
after writing a do {} while loop and pressing (sometimes twice) the return-key directly after while, then kate occupy almost 100% of cpu load and don't react anymore.
The bug appears only if highlighting-c-syntax is on. In normal mode it's ok. It's also ok, if I complete the while like: do {} while(a<5);
kate hangs up only if I press the return-key directly after while.
This looks like a duplicate of bug #137157, can you confirm? Yes it seems to be. So I'm sorry to open a duplicate bug-report. How should I proceed? |
Version: 2.5.5 (using KDE KDE 3.5.5) Installed from: SuSE RPMs Compiler: gcc 4.1 (SuSE Linux) OS: Linux Hello *, I'm using kate as editor for c-programming. So I have the highlithing-c-syntax. If I enter: int main(void) { int a; do { int b; } while and press after the while the return-key, then kate crashes. There are other similar occasions but this is one you could reproduce. My system is openSuSE 10.1 updated with smart and backported kde, so that I have kde 3.5.5 and kate 2.5.5 Thanks in advance for resolving! With best regards Marcus Daub