Summary: | kate crashes when writing comments in php or js | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Erik Haubold <Jareth.Haubold> |
Component: | folding | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | greg, tomas.h |
Priority: | VHI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Erik Haubold
2012-02-12 20:56:57 UTC
*** Bug 292592 has been marked as a duplicate of this bug. *** *** Bug 282995 has been marked as a duplicate of this bug. *** Bug #282995 also reports this issue in KDE 4.6 (with test case!). Hence, this is an old bug, still exiting in the new code folding. Erik, can you please attach a test case? Along with a detailed description what you type in which line/column? Can reproduce: #7 0xb35833e0 in QVector<KateCodeFoldingNode*>::isEmpty (this=0x86c9134) at /usr/include/QtCore/qvector.h:139 #8 0xb35831b2 in KateCodeFoldingNode::noEndChildren (this=0x86c9110) at /home/dh/kde/trunk/kate/part/syntax/katecodefolding.h:197 #9 0xb3583265 in KateCodeFoldingNode::hasMatch (this=0x86c9110) at /home/dh/kde/trunk/kate/part/syntax/katecodefolding.h:225 #10 0xb3583289 in KateCodeFoldingNode::matchingNode (this=0x86c9110) at /home/dh/kde/trunk/kate/part/syntax/katecodefolding.h:228 #11 0xb357cf28 in KateCodeFoldingNode::getStartMatching (this=0x86c9110, endNode=0x870f118) at /home/dh/kde/trunk/kate/part/syntax/katecodefolding.cpp:155 #12 0xb357f96c in KateCodeFoldingTree::getLineInfo (this=0x846bb48, info=0xbff12b1c, line=35) at /home/dh/kde/trunk/kate/part/syntax/katecodefolding.cpp:997 #13 0xb35088bb in KateBuffer::lineInfo (this=0x846bac0, info=0xbff12b1c, line=35) at /home/dh/kde/trunk/kate/part/document/katebuffer.h:187 #14 0xb35001b5 in KateDocument::lineInfo (this=0x846b508, info=0xbff12b1c, line=35) at /home/dh/kde/trunk/kate/part/document/katedocument.cpp:4041 #15 0xb35b45ec in KateIconBorder::paintBorder (this=0x84702f0, y=0, height=763) at /home/dh/kde/trunk/kate/part/view/kateviewhelpers.cpp:1194 #16 0xb35b2f7d in KateIconBorder::paintEvent (this=0x84702f0, e=0xbff13264) at /home/dh/kde/trunk/kate/part/view/kateviewhelpers.cpp:952 It's the same bug as #294241. *** This bug has been marked as a duplicate of bug 294241 *** |