Summary: | Kate crashed while rewrapping text | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Wayne Hammond <wdhammond> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | arne.henningsen, christoph, cydyney, jtatria, kfstephens2, wdhammond |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
Perl object dump |
Description
Wayne Hammond
2012-01-03 19:40:18 UTC
Created attachment 67525 [details]
New crash information added by DrKonqi
kate (3.7.3) on KDE Platform 4.7.3 (4.7.3) using Qt 4.8.0
- What I was doing when the application crashed:
Same as above, rewrapping text (large file ~1 MB). Applications crashes about every 10 minutes of use, more when working more quickly.
-- Backtrace (Reduced):
#7 0x00007ff749b9f7e9 in Kate::TextBuffer::rangesForLine (this=<optimized out>, line=7682, view=0x17c5bc0, rangesWithAttributeOnly=false) at /usr/src/debug/kate-4.7.3/part/buffer/katetextbuffer.cpp:764
#8 0x00007ff749c7fd3e in KateView::updateRangesIn (this=0x17c5bc0, activationType=KTextEditor::Attribute::ActivateMouseIn) at /usr/src/debug/kate-4.7.3/part/view/kateview.cpp:2810
#9 0x00007ff749c89fa9 in KateViewInternal::mouseMoveEvent (this=0x17c72d0, e=0x7fff5b310300) at /usr/src/debug/kate-4.7.3/part/view/kateviewinternal.cpp:2726
#10 0x0000003ebfe19dbe in QWidget::event (this=0x17c72d0, event=0x7fff5b310300) at kernel/qwidget.cpp:8335
#11 0x0000003ebfdc96f4 in notify_helper (e=0x7fff5b310300, receiver=0x17c72d0, this=0xde9850) at kernel/qapplication.cpp:4518
*** Bug 294240 has been marked as a duplicate of this bug. *** *** Bug 297382 has been marked as a duplicate of this bug. *** *** Bug 299146 has been marked as a duplicate of this bug. *** *** Bug 307075 has been marked as a duplicate of this bug. *** Thanks for the report, but I need a way to reproduce this. I believe there is some error somewhere, but I am unable to find it without some example to reproduce :( Created attachment 75057 [details]
Perl object dump
You'll notice that the items are numbered, but nor in order. If you attempt to re order them by pressing Ctrl+Shift+Up, or Ctrl+Shift+Down, Kate crashes in the same way as in the bug report above.
Hmm, I just try and it doesn't crash, does it crash on any reorder or do I need to reorder some special lines? Btw., thanks already for the example! If I now could get it to crash here, I really would like to fix this, seems to be some nasty hidden bug :/ Christoph, thank you so much for looking into this, this bug is driving me nuts! I have to confess that the document doesn't actually reproduce the exact same bug I reported originally: the original crashed when folding and unfolding nodes, this one crashes when reordering lines... but it looks uncannily similar. I'll look in detail into this in the following days and try to produce a reliable test case. Thanks ;) If we really could find the reason for this crash, many users will be happy, as it seems to come up in many bug reports but until now without any way to reproduce. *** This bug has been marked as a duplicate of bug 265426 *** |