Bug 142673 - Kate crashed while typing
Summary: Kate crashed while typing
Status: RESOLVED DUPLICATE of bug 89042
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-08 06:58 UTC by Andrew White
Modified: 2007-03-09 09:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew White 2007-03-08 06:58:30 UTC
Version:           2.5.3 (using KDE KDE 3.5.3)
Installed from:    Ubuntu Packages
Compiler:          gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5) 
OS:                Linux

Hi there,


I had 8 documents open when Kate crashed (6 of which were through remote:/). Luckily, I'd just saved the only one that was unsaved.

A few minutes after saving, I alt tabbed back in and started typing code again. Kate suddenly disappeared, and the KDE Crash Handler popped up.

Here's my backtrace output:


--------------------------------------------------------------------------------------------------------------------

(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1208187200 (LWP 4092)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#5  0x50257c8b in QGArray::find () from /usr/lib/libqt-mt.so.3
#6  0xb7daee5d in KateCodeFoldingTree::removeEnding ()
   from /usr/lib/kde3/libkatepart.so
#7  0xb7e58fb5 in KateCodeFoldingTree::cleanupUnneededNodes ()
   from /usr/lib/kde3/libkatepart.so
#8  0xb7e5d8fc in KateCodeFoldingTree::updateLine ()
   from /usr/lib/kde3/libkatepart.so
#9  0xb7e3092d in KateBuffer::doHighlight () from /usr/lib/kde3/libkatepart.so
#10 0xb7e616d9 in KateBuffer::editEnd () from /usr/lib/kde3/libkatepart.so
#11 0xb7e617ee in KateDocument::editEnd () from /usr/lib/kde3/libkatepart.so
#12 0xb7e55098 in KateDocument::typeChars () from /usr/lib/kde3/libkatepart.so
#13 0xb7e55e24 in KateViewInternal::keyPressEvent ()
   from /usr/lib/kde3/libkatepart.so
#14 0xb7e3b988 in KateViewInternal::eventFilter ()
   from /usr/lib/kde3/libkatepart.so
#15 0x4ff5c73a in QObject::activate_filters () from /usr/lib/libqt-mt.so.3
#16 0x4ff5c7b8 in QObject::event () from /usr/lib/libqt-mt.so.3
#17 0x4ff99ce2 in QWidget::event () from /usr/lib/libqt-mt.so.3
#18 0x4fef54de in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#19 0x4fef5876 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#20 0x4f2aff11 in KApplication::notify () from /usr/lib/libkdecore.so.4
#21 0x4fe86765 in QApplication::sendSpontaneousEvent ()
   from /usr/lib/libqt-mt.so.3
#22 0x4fe7a405 in QETWidget::translateKeyEvent () from /usr/lib/libqt-mt.so.3
#23 0x4fe8036c in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#24 0x4fe99a7b in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#25 0x4ff0dfcf in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#26 0x4ff0def2 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#27 0x4fef3fed in QApplication::exec () from /usr/lib/libqt-mt.so.3
#28 0x4f11dcd6 in kdemain () from /usr/lib/libkdeinit_kate.so
#29 0xb7fd84f0 in kdeinitmain () from /usr/lib/kde3/kate.so
#30 0x0804e0a3 in ?? ()
#31 0x00000003 in ?? ()
#32 0x0813c350 in ?? ()
#33 0x00000001 in ?? ()
#34 0x00000000 in ?? ()


--------------------------------------------------------------------------------------------------------------------


Thanks very much - I've loved Kate since I started using it, and I hope I can contribute in my own small way to it's development with this bug report :).



- Andrew 'Whitey' White
Comment 1 Andrew White 2007-03-08 07:00:14 UTC
N.B. I should mention... I'm running SimplyMEPIS 6.0 stable, and Kate came with KDE. I also have no plugins loaded.



- Whitey
Comment 2 Philip Rodrigues 2007-03-08 19:59:49 UTC
Can you reproduce the crash by following the same steps again?
Comment 3 Dominik Haumann 2007-03-08 22:55:42 UTC
fixed in later KDE 3.5 versions.

*** This bug has been marked as a duplicate of 89042 ***
Comment 4 Andrew White 2007-03-09 05:14:07 UTC
Is it possible for me to download the KDE 3.5 later version of Kate and run it on 3.5.3? If so, could someone link me please?


Thanks,



-Whitey
Comment 5 Bram Schoenmakers 2007-03-09 09:23:29 UTC
Technically it is possible, but if your distro doesn't provide a newer Kate only package you have to build kdelibs and kdebase from source, which is maybe a bit of a hassle.