Summary: | crash on invalid text line access in KateLayoutCache::textLayout | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | Milian Wolff <mail> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/ktexteditor/09a1e864d54735ebcab6bf31198fdef969b92a67 | Version Fixed In: | KDE Frameworks 5.27 |
Sentry Crash Report: |
Description
Milian Wolff
2016-08-17 20:52:55 UTC
Shouldn't that be assigned to the ktexteditor product? yes Git commit 09a1e864d54735ebcab6bf31198fdef969b92a67 by Dominik Haumann. Committed on 08/09/2016 at 13:32. Pushed by dhaumann into branch 'master'. Fix crash: Make sure the display cursor is valid after text folding This bug existed at least since KDE 4.3 (2009), took a long time to track it down. FIXED-IN: KDE Frameworks 5.27 Differential-Revision: https://phabricator.kde.org/D2709 M +38 -0 autotests/src/katefoldingtest.cpp M +1 -0 autotests/src/katefoldingtest.h M +7 -0 src/view/kateviewinternal.cpp http://commits.kde.org/ktexteditor/09a1e864d54735ebcab6bf31198fdef969b92a67 |