https://bugs.kde.org/show_bug.cgi?id=524219

--- Comment #12 from Thomas Friedrichsmeier 
<[email protected]> ---
Interesting. I wonder whether highlighting is just the point where it crashes,
while the actual breakage might occur earlier.

It's quite unfortunate that I cannot reproduce, which means, I cannot test
anything. Do you have the option to compile from source, and could you do some
experiments for me? Both would be in rkward/rkconsole.cpp:

1. Remove / comment line 131 (RCommandHighlighter::setHighligthing(...))
    - If you can still reproduce the crash after this change, we can quite
definitely rule out syntax highlighting as the cause.
2. Change line 409 (doc->replaceText...) to:
    doc->insertText(view->cursorPosition(), command);
    (that's not quite what we want but good enough for testing: Does it change
anything?)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to