Bug 42845 - crash after run while debugging
Summary: crash after run while debugging
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.1
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-20 18:18 UTC by djarvie
Modified: 2002-09-16 14:43 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 djarvie 2002-05-20 18:07:07 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           2.1 (using KDE 3.0.0 )
Severity:          normal
Installed from:    SuSE RPMs
Compiler:          gcc 2.95.3 
OS:                Linux
OS/Compiler notes: kdelibs/kdebase compiled with objprelink

I ran a debug session with --nofork. When I tried to activate a dialog which had a breakpoint in it KDevelop crashed. Backtrace:

0x414d7279 in wait4 () from /lib/libc.so.6
#0  0x414d7279 in wait4 () from /lib/libc.so.6
#1  0x415452c8 in __DTOR_END__ () from /lib/libc.so.6
#2  0x413f2317 in waitpid () from /lib/libpthread.so.0
#3  0x40b48bbc in KCrash::defaultCrashHandler ()
   from /opt/kde3/lib/libkdecore.so.4
#4  0x413efe9d in pthread_sighandler () from /lib/libpthread.so.0
#5  <signal handler called>
#6  0x40048a3a in KWrite::clearStepLine ()
   from /opt/kde3/lib/libkdevelopkwrite.so.2
#7  0x80b2233 in CKDevelop::slotDebugShowStepInSource ()
#8  0x81cc584 in CKDevelop::qt_invoke ()
#9  0x40e9abb5 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#10 0x4009e704 in GDBController::showStepInSource ()
   from /opt/kde3/lib/libkdevelopdbg.so.2
#11 0x4009a885 in GDBController::parseProgramLocation ()
   from /opt/kde3/lib/libkdevelopdbg.so.2
#12 0x4009b6fd in GDBController::parseCmdBlock ()
   from /opt/kde3/lib/libkdevelopdbg.so.2
#13 0x4009b987 in GDBController::parse ()
   from /opt/kde3/lib/libkdevelopdbg.so.2
#14 0x4009e24b in GDBController::slotDbgStdout ()
   from /opt/kde3/lib/libkdevelopdbg.so.2
#15 0x4009f1f8 in GDBController::qt_invoke ()
   from /opt/kde3/lib/libkdevelopdbg.so.2
#16 0x40e9ab54 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#17 0x40ae7d1d in KProcess::receivedStdout ()
   from /opt/kde3/lib/libkdecore.so.4
#18 0x40ae8b6e in KProcess::childOutput () from /opt/kde3/lib/libkdecore.so.4
#19 0x40ae8203 in KProcess::qt_invoke () from /opt/kde3/lib/libkdecore.so.4
#20 0x40e9ab54 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#21 0x40e9ac6f in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#22 0x4114b32d in QSocketNotifier::activated ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#23 0x40eb106f in QSocketNotifier::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0x40e41666 in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#25 0x40e41504 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#26 0x40aa3207 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#27 0x40df0c6d in sn_activate () from /usr/lib/qt3/lib/libqt-mt.so.3
#28 0x40df1457 in QApplication::processNextEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#29 0x40e42b41 in QApplication::enter_loop ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#30 0x40df0ceb in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#31 0x811ac59 in main ()
#32 0x4144ac5f in __libc_start_main () from /lib/libc.so.6


(Submitted via bugs.kde.org)
Comment 1 John Firebaugh 2002-09-15 21:28:13 UTC
Should be fixed in CVS