Summary: | Kate crashes when I navigate into file with arrow keys in command mode | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Leandro Santiago da Silva <leandrosansilva> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | leandrosansilva |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | GDB Output |
Description
Leandro Santiago da Silva
2011-05-28 20:10:51 UTC
*** This bug has been marked as a duplicate of bug 274280 *** Created attachment 60442 [details]
GDB Output
I don't know if it helps, but I tried to execute kate from a empty and new file. I just opened kate and, with vim command mode enabled, I pressed the "down" arrow key. Via gdb, I got this output: kate(2202)/Kate (Vi Input Mode) KateViNormalMode::handleKeypress: No command given, going to position ( 0 , -1 ) ASSERT: "d" in file /usr/include/ksharedptr.h, line 126 I'm also sending a "bt full" gdb output. |