Crash on backspace

Adam Watson magius at warpdgfx.com
Thu Jan 2 12:35:06 UTC 2003


This error actually occured at a later time while trying to reproduce my 
original error:

Gideon Alpha 1
gcc 2.95.3
KDELibs 3.0.5a
KDEbase 3.0.4 (got an error during compile 3.0.5a...)

Linux 2.4.20
AMD K6-3/400
256 MB Ram

Events:
Started Gideon (project autoloaded)
Chose Fileselector and picked Main.cpp (File loaded in editor)
Pressed return (Crashed at keypress)

Backtrace:

[New Thread 1024 (LWP 7035)]
[New Thread 2049 (LWP 7037)]
0x411ab0e9 in __wait4 () at __wait4:-1
	in __wait4
#0  0x411ab0e9 in __wait4 () at __wait4:-1
#1  0x41226598 in __DTOR_END__ () from /lib/libc.so.6
#2  0x41052707 in waitpid (pid=7050, stat_loc=0x0, options=0)
    at wrapsyscall.c:173
#3  0x408f306c in KCrash::defaultCrashHandler ()
   from /opt/kde/lib/libkdecore.so.4
#4  0x41050164 in pthread_sighandler (signo=6, ctx=
      {gs = 0, __gsh = 0, fs = 0, __fsh = 0, es = 43, __esh = 0, ds = 43, 
__dsh = 0, edi = 1090867744, esi = 7035, ebp = 3221220572, esp = 3221220512, 
ebx = 7035, edx = 1090895068, ecx = 6, eax = 0, trapno = 0, err = 0, eip = 
1091770129, cs = 35, __csh = 0, eflags = 647, esp_at_signal = 3221220512, ss 
= 43, __ssh = 0, fpstate = 0xbfffea20, oldmask = 2147483648, cr2 = 0}) at 
signals.c:97
#5  <signal handler called>
#6  0x41131711 in __kill () at __kill:-1
#7  0x4105006f in pthread_kill (thread=1024, signo=6) at signals.c:65
#8  0x4105054e in raise (sig=6) at signals.c:236
#9  0x41132bb1 in abort () at ../sysdeps/generic/abort.c:88
#10 0x410cd628 in __terminate () at ../../gcc-2.95.3/gcc/libgcc2.c:-1
#11 0x410cd645 in __terminate () from /usr/lib/libstdc++-libc6.2-2.so.3
#12 0x410ce066 in throw_helper (eh=0x41d00f18, pc=0x40db2a37, 
    my_udata=0xbffff08c, offset_p=0xbffff088)
   from /usr/lib/libstdc++-libc6.2-2.so.3
#13 0x410ce231 in __throw () from /usr/lib/libstdc++-libc6.2-2.so.3
#14 0x410d0047 in __builtin_vec_new (sz=280326880)
    at ../../gcc-2.95.3/gcc/cp/new2.cc:39
#15 0x40db2a38 in QString::fill () from /opt/kde/qt/lib/libqt-mt.so.3
#16 0x41b87b27 in indentLine () from /opt/kde/lib/kde3/libqeditorpart.so
#17 0x41b87eac in CIndent::indent () from /opt/kde/lib/kde3/libqeditorpart.so
#18 0x40beb587 in QTextParagraph::indent () from /opt/kde/qt/lib/libqt-mt.so.3
#19 0x40bd6dd9 in QTextCursor::splitAndInsertEmptyParagraph ()
   from /opt/kde/qt/lib/libqt-mt.so.3
#20 0x40ca1f3b in QTextEdit::doKeyboardAction ()
   from /opt/kde/qt/lib/libqt-mt.so.3
#21 0x40ca0c2a in QTextEdit::keyPressEvent ()
   from /opt/kde/qt/lib/libqt-mt.so.3
#22 0x41b95f74 in QEditor::keyPressEvent ()
   from /opt/kde/lib/kde3/libqeditorpart.so
#23 0x40bca3c4 in QWidget::event () from /opt/kde/qt/lib/libqt-mt.so.3
#24 0x40ca0686 in QTextEdit::event () from /opt/kde/qt/lib/libqt-mt.so.3
#25 0x41b973e7 in QEditor::event () from /opt/kde/lib/kde3/libqeditorpart.so
#26 0x40b56383 in QApplication::internalNotify ()
   from /opt/kde/qt/lib/libqt-mt.so.3
#27 0x40b55b70 in QApplication::notify () from /opt/kde/qt/lib/libqt-mt.so.3
#28 0x40879835 in KApplication::notify () from /opt/kde/lib/libkdecore.so.4
#29 0x40b087f2 in QETWidget::translateKeyEvent ()
   from /opt/kde/qt/lib/libqt-mt.so.3
#30 0x40b03f6f in QApplication::x11ProcessEvent ()
   from /opt/kde/qt/lib/libqt-mt.so.3
#31 0x40b030f0 in QApplication::processNextEvent ()
   from /opt/kde/qt/lib/libqt-mt.so.3
#32 0x40b577ff in QApplication::enter_loop ()
   from /opt/kde/qt/lib/libqt-mt.so.3
#33 0x40b03063 in QApplication::exec () from /opt/kde/qt/lib/libqt-mt.so.3
#34 0x08060c3b in main ()
#35 0x41120566 in __libc_start_main (main=0x8060800 <main>, argc=7, 
    ubp_av=0xbffffb94, init=0x805cb88 <_init>, fini=0x8082950 <_fini>, 
    rtld_fini=0x4000a5e0 <_dl_fini>, stack_end=0xbffffb8c)
    at ../sysdeps/generic/libc-start.c:129


Below is my original error.  The backtrace is in the link below.  I had been 
coding for about 20 minutes.  I went to backspace and got a crash:

http://bugs.kde.org/show_bug.cgi?id=52476




More information about the KDevelop-devel mailing list