[rkward] [Bug 524219] RKWard crashes every time I submit any command
Thomas Friedrichsmeier
bugzilla_noreply at kde.org
Sun Aug 23 14:03:39 BST 2026
https://bugs.kde.org/show_bug.cgi?id=524219
--- Comment #12 from Thomas Friedrichsmeier <thomas.friedrichsmeier at kdemail.net> ---
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 the assignee for the bug.
More information about the RKWard
mailing list