Bug 62391 - Crash when opening file while instead debugger
Summary: Crash when opening file while instead debugger
Status: RESOLVED DUPLICATE of bug 60500
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: git master
Platform: RedHat Enterprise Linux Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-08 18:45 UTC by Jon Smirl
Modified: 2003-11-03 18:06 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 Jon Smirl 2003-08-08 18:45:40 UTC
Version:           CVS (using KDE KDE 3.1)
Installed from:    RedHat RPMs

[New Thread 1096573920 (LWP 5004)]
[New Thread 1116949808 (LWP 5032)]
0xffffe410 in ?? ()
#0  0xffffe410 in ?? ()
#1  0x40a2b57d in KCrash::defaultCrashHandler(int) ()
   from /usr/lib/libkdecore.so.4
#2  <signal handler called>
#3  0x080d49f1 in ?? ()
#4  0x08091137 in EditorProxy::installPopup(KParts::Part*, QPopupMenu*) ()
#5  0x0807ef1b in PartController::integratePart(KParts::Part*, KURL const&, bool) ()
#6  0x0807d670 in PartController::editDocument(KURL const&, int, int) ()
#7  0x0807fe61 in PartController::slotOpenFile() ()
#8  0x08081415 in PartController::qt_invoke(int, QUObject*) ()
#9  0x40e7b0c9 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#10 0x40e7af6d in QObject::activate_signal(int) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#11 0x407edc7b in KAction::activated() () from /usr/lib/libkdeui.so.4
#12 0x407df10f in KAction::slotActivated() () from /usr/lib/libkdeui.so.4
#13 0x407ede81 in KAction::qt_invoke(int, QUObject*) ()
   from /usr/lib/libkdeui.so.4
#14 0x40e7b0c9 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#15 0x4115a452 in QSignal::signal(QVariant const&) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#16 0x40e95158 in QSignal::activate() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#17 0x40f6797d in QPopupMenu::mouseReleaseEvent(QMouseEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#18 0x40eaf00c in QWidget::event(QEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#19 0x40e1cf24 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#20 0x40e1c753 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#21 0x409bf1e9 in KApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/libkdecore.so.4
#22 0x40dc2d7d in QETWidget::translateMouseEvent(_XEvent const*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#23 0x40dc0cdf in QApplication::x11ProcessEvent(_XEvent*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#24 0x40dd5bda in QEventLoop::processEvents(unsigned) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#25 0x40e30cf6 in QEventLoop::enterLoop() ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#26 0x40e30b98 in QEventLoop::exec() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#27 0x40e1d151 in QApplication::exec() ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#28 0x0807475f in main ()
#29 0x420156a4 in __libc_start_main () from /lib/tls/libc.so.6
Comment 1 Jens Dagerbo 2003-08-08 21:37:16 UTC
Some information about how this happened perhaps? It's not very easy to reproduce 
without knowing what to try.. ;) 
Comment 2 Jon Smirl 2003-08-08 21:49:34 UTC
I wasn't aware of anything unusual that I did. I was at a breakpoint in the
debugger and I opened a source file. I have done that many times without
crashing.  I had been in kdevelop about 30 minutes editing and compiling.
Comment 3 Jon Smirl 2003-08-08 21:56:01 UTC
Can I make kdevelop start gdb at the crash site instead of generating a crash
report?
Comment 4 Jens Dagerbo 2003-11-03 18:06:01 UTC
In all likelyhood a dupe of bug #60500.

*** This bug has been marked as a duplicate of 60500 ***