Bug 57455 - crash when opening c file
Summary: crash when opening c file
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-19 17:56 UTC by Viktor S. Grishchenko
Modified: 2003-05-22 23:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Crash trace (2.31 KB, text/plain)
2003-04-22 06:51 UTC, Viktor S. Grishchenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Viktor S. Grishchenko 2003-04-19 17:56:30 UTC
Version:           3.0a4A (using KDE KDE 3.1)
Installed from:    Unspecified Linux
Compiler:          gcc3.2 
OS:          Linux

While working with automake-based C project, I've got that crash.

Stack:
[New Thread 1024 (LWP 3634)]
[New Thread 2049 (LWP 3642)]
[New Thread 2050 (LWP 3706)]
0x414bcfe9 in wait4 () from /lib/libc.so.6
#0  0x414bcfe9 in wait4 () from /lib/libc.so.6
#1  0x41536c4c in sys_sigabbrev () from /lib/libc.so.6
#2  0x41322a43 in waitpid () from /lib/libpthread.so.0
#3  0x40a53c7d in KCrash::defaultCrashHandler(int) ()
   from /usr/lib/libkdecore.so.4
#4  0x4132010b in pthread_sighandler () from /lib/libpthread.so.0
#5  0x4144a108 in sigaction () from /lib/libc.so.6
#6  0x4258409f in KateBuffer::needHighlight(KateBufBlock*, unsigned, unsigned)
    () from /usr/lib/kde3/libkatepart.so
#7  0x425845fe in KateBuffer::updateHighlighting(unsigned, unsigned, bool) ()
   from /usr/lib/kde3/libkatepart.so
#8  0x4258479c in KateBuffer::slotBufferUpdateHighlight() ()
   from /usr/lib/kde3/libkatepart.so
#9  0x42582b33 in KateBuffer::qt_invoke(int, QUObject*) ()
   from /usr/lib/kde3/libkatepart.so
#10 0x40dd5e19 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/libqt-mt.so.3
#11 0x40dd5cbd in QObject::activate_signal(int) () from /usr/lib/libqt-mt.so.3
#12 0x410b5a8b in QTimer::timeout() () from /usr/lib/libqt-mt.so.3
#13 0x40df6c62 in QTimer::event(QEvent*) () from /usr/lib/libqt-mt.so.3
#14 0x40d77c74 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /usr/lib/libqt-mt.so.3
#15 0x40d77869 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/libqt-mt.so.3
#16 0x409e6e39 in KApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/libkdecore.so.4
#17 0x40d52b55 in QEventLoop::activateTimers() () from /usr/lib/libqt-mt.so.3
#18 0x40d30698 in QEventLoop::processEvents(unsigned) ()
   from /usr/lib/libqt-mt.so.3
#19 0x40d8ba46 in QEventLoop::enterLoop() () from /usr/lib/libqt-mt.so.3
#20 0x40d8b8e8 in QEventLoop::exec() () from /usr/lib/libqt-mt.so.3
#21 0x40d77ea1 in QApplication::exec() () from /usr/lib/libqt-mt.so.3
#22 0x0806b802 in main (argc=-512, argv=0xfffffe00) at main.cpp:89
#23 0x41439652 in __libc_start_main () from /lib/libc.so.6
Comment 1 Viktor S. Grishchenko 2003-04-22 06:51:06 UTC
Created attachment 1408 [details]
Crash trace

Gideon crashed while saving by Ctrl+S
Comment 2 Jens Dagerbo 2003-05-10 04:05:59 UTC
Katepart crashes. Reassigning. 
Comment 3 Christoph Cullmann 2003-05-13 22:58:57 UTC
no way to reproduce, please provide the file with which it crashed, or must close bug 
Comment 4 Viktor S. Grishchenko 2003-05-14 08:46:31 UTC
Occurs in KDevelop alpha 4A with 10/20% probability on Ctrl+S. 
I had no problems with KWrite or Kate. 
Comment 5 Anders Lund 2003-05-14 08:57:35 UTC
Subject: Re:  crash when opening c file

On Wednesday 14 May 2003 08:46, Viktor S.Grishchenko wrote:
> ------- Additional Comments From gritzko@dcn.ru  2003-05-14 08:46 -------
> Occurs in KDevelop alpha 4A with 10/20% probability on Ctrl+S.
> I had no problems with KWrite or Kate.

Did you try opening/saving the same files in kate or kwrite?

-anders

Comment 6 Viktor S. Grishchenko 2003-05-14 09:04:35 UTC
It's an ordinary C project. I've opened all files in Kate. No problem. 
Comment 7 Anders Lund 2003-05-14 09:07:15 UTC
reassigning back to kdevelop, since the problem seems to be specific for 
kdevelop. 
Comment 8 Jens Dagerbo 2003-05-22 23:17:58 UTC
Turns out this was a katepart bug after all. Reported as fixed in CVS HEAD. Closing.