Summary: | Crash after hitting CTRL+SHIFT+_ | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Eric Moyer <eric_moyer> |
Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | xtsimpouris |
Priority: | NOR | Keywords: | drkonqi |
Version: | 3.10.5 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kate/5888f4b7020115f9bf9b55ff12d33e212d4258f4 | Version Fixed In: | 4.11 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Eric Moyer
2013-09-21 02:53:42 UTC
Related to bug 320825. Is this crash reproducible? I haven't been able to reproduce the crash so far on my own machine. (Though I found out why the "article template" appeared. CTRL+SHIFT+_ is the shortcut for "collapse all toplevel nodes" - so I only saw the formatting preamble of my document - which is very close to the article template.) Created attachment 82704 [details]
New crash information added by DrKonqi
kate (3.10.5) on KDE Platform 4.10.5 using Qt 4.8.4
- What I was doing when the application crashed:
I followed the following procedure multiple times.
1. I just opened a file
2. Ctrl-End to go the end of file
3. Ctrl-Shift-- To fold everything
(At this point, probably Kate has already crashed or it has entered a wrong state as cursor stops to blink)
4. Click 'Up'
5. Kate crashes
It doesn't seem to crash when after 3, I just click somewhere else with the mouse to move the cursor
-- Backtrace (Reduced):
#7 KateLineLayout::viewLineCount (this=this@entry=0x0) at ../../part/render/katelinelayout.cpp:173
#8 0xb0bf3c80 in KateLineLayout::viewLine (this=0x0, viewLine=viewLine@entry=-1) at ../../part/render/katelinelayout.cpp:179
#9 0xb0befdad in KateLayoutCache::textLayout (this=0x8bb14a0, realLine=2124, _viewLine=-1) at ../../part/render/katelayoutcache.cpp:355
#10 0xb0c47268 in KateViewInternal::previousLayout (this=this@entry=0x8bb5ce8) at ../../part/view/kateviewinternal.cpp:1261
#11 0xb0c5184d in KateViewInternal::cursorUp (this=0x8bb5ce8, sel=sel@entry=false) at ../../part/view/kateviewinternal.cpp:1429
(In reply to comment #3) > Created attachment 82704 [details] > New crash information added by DrKonqi > > kate (3.10.5) on KDE Platform 4.10.5 using Qt 4.8.4 > > - What I was doing when the application crashed: > > I followed the following procedure multiple times. > 1. I just opened a file > 2. Ctrl-End to go the end of file > 3. Ctrl-Shift-- To fold everything > (At this point, probably Kate has already crashed or it has entered a wrong > state as cursor stops to blink) > 4. Click 'Up' > 5. Kate crashes > > It doesn't seem to crash when after 3, I just click somewhere else with the > mouse to move the cursor I performed the same steps as DrKonqi under Kile and repeatably get the same crash. (Click "Up" means hit the up-arrow key) Going the end of the document can be accomplished by other means than CTRL+End (I tried cursoring there and clicking the mouse) and the crash still occurs. The crash did not occur if I typed letters before hitting the up-arrow key. It did not occur if i typed a left or a right arrow key before hitting the up-arrow. It still occurred if I typed the down arrow before hitting the up arrow. This is a known issue and fixed in KDE 4.11. Please update. *** This bug has been marked as a duplicate of bug 311866 *** |