[Bug 71778] New: Another krash on exiting kdevelop
Jon Smirl
jonsmirl at yahoo.com
Sat Jan 3 23:04:02 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=71778
Summary: Another krash on exiting kdevelop
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: jonsmirl at yahoo.com
Version: (using KDE Devel)
Installed from: Compiled sources
tried to debug my app, it was compiled non-debug so no symbols.
gdb ran it and app exited since breakpoints couldn't be set
gdb always still in partially open state when app exits
tried to open poject/project options dialog
dialog didn't open
exited kdevelop
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1088776224 (LWP 10119)]
0x414b8c6d in FCConfigWidget::loadProjectTemplates(QListView*) (
this=0x89befc8, view=0x8a174d8) at fcconfigwidget.cpp:153
153 QDir templDir( m_part->project()->projectDirectory() + "/templates/" );
(gdb) bt
#0 0x414b8c6d in FCConfigWidget::loadProjectTemplates(QListView*) (
this=0x89befc8, view=0x8a174d8) at fcconfigwidget.cpp:153
#1 0x414b82ae in FCConfigWidget (this=0x89befc8, part=0x833bad0,
global=false, parent=0x89ec5c8, name=0x414c74d5 "filecreate config widget")
at fcconfigwidget.cpp:62
#2 0x414ae4af in FileCreatePart::projectConfigWidget(KDialogBase*) (
this=0x833bad0, dlg=0xbfffd7e0) at filecreate_part.cpp:105
#3 0x414b1673 in FileCreatePart::qt_invoke(int, QUObject*) (this=0x833bad0,
_id=9, _o=0xbfffd700) at filecreate_part.moc:115
#4 0x4c5992fc in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#5 0x405931b7 in KDevCore::projectConfigWidget(KDialogBase*) (this=0x81b4028,
t0=0xbfffd7e0) at kdevcore.moc:183
#6 0x0807d04a in Core::doEmitProjectConfigWidget(KDialogBase*) (
this=0x81b4028, base=0xbfffd7e0) at core.h:37
#7 0x08078d87 in ProjectManager::slotProjectOptions() (this=0x8218d88)
at projectmanager.cpp:174
#8 0x0807c289 in ProjectManager::qt_invoke(int, QUObject*) (this=0x8218d88,
_id=6, _o=0xbfffd940) at projectmanager.moc:118
#9 0x4c59937e in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#10 0x4c5991e0 in QObject::activate_signal(int) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
---Type <return> to continue, or q <return> to quit---
#11 0x40a92708 in KAction::activated() (this=0x821b2d8) at qmetaobject.h:261
#12 0x40a91dbb in KAction::slotActivated() (this=0x821b2d8) at kaction.cpp:1054
#13 0x40a928a8 in KAction::qt_invoke(int, QUObject*) (this=0x821b2d8, _id=14,
_o=0xbfffda60) at kaction.moc:181
#14 0x4c59937e in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#15 0x4c86629e in QSignal::signal(QVariant const&) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#16 0x4c5af61d in QSignal::activate() ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#17 0x4c68153c in QPopupMenu::mouseReleaseEvent(QMouseEvent*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#18 0x4c5c7d2e in QWidget::event(QEvent*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#19 0x4c547c95 in QApplication::internalNotify(QObject*, QEvent*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#20 0x4c5473fc in QApplication::notify(QObject*, QEvent*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#21 0x40ca0266 in KApplication::notify(QObject*, QEvent*) (this=0xbffff390,
receiver=0x823b798, event=0xbfffdf60) at kapplication.cpp:503
#22 0x4c4e9d05 in QETWidget::translateMouseEvent(_XEvent const*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#23 0x4c4e7fe1 in QApplication::x11ProcessEvent(_XEvent*) ()
---Type <return> to continue, or q <return> to quit---
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#24 0x4c4fc308 in QEventLoop::processEvents(unsigned) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#25 0x4c557739 in QEventLoop::processEvents(unsigned, int) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#26 0x4c547de2 in QApplication::processEvents(int) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#27 0x4c547db4 in QApplication::processEvents() ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#28 0x405bf487 in ProcessWidget::maybeScrollToBottom() (this=0x82dbe50)
at processwidget.cpp:169
#29 0x405bf1b9 in ProcessWidget::insertStdoutLine(QString const&) (
this=0x82dbe50, line=@0x845bc20) at processwidget.cpp:119
#30 0x413ad17a in AppOutputViewPart::insertStdoutLine(QString const&) (
this=0x8285ef0, line=@0x845bc20) at appoutputviewpart.cpp:123
#31 0x40597713 in KDevAppFrontend::qt_invoke(int, QUObject*) (this=0x8285ef0,
_id=4, _o=0xbfffe5b0) at kdevappfrontend.moc:103
#32 0x413ad3c1 in AppOutputViewPart::qt_invoke(int, QUObject*) (
this=0x8285ef0, _id=4, _o=0xbfffe5b0) at appoutputviewpart.moc:100
#33 0x4c59937e in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#34 0x4c59978d in QObject::activate_signal(int, QString) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
---Type <return> to continue, or q <return> to quit---
#35 0x405bfe1a in ProcessLineMaker::receivedStdoutLine(QString const&) (
this=0x842f388, t0=@0xbfffe640) at processlinemaker.moc:126
#36 0x405c03f6 in ProcessLineMaker::slotReceivedStdout(QString const&) (
this=0x842f388, s=@0xbfffe680) at processlinemaker.cpp:42
#37 0x405c04ac in ProcessLineMaker::slotReceivedStdout(char const*) (
this=0x842f388,
buffer=0xbfffe8d0 "Unhandled GP fault in VM86 code (opcode = 0x00)\r\neax=0x00000100 ebx=0x00000000 ecx=0x00000000 edx=0x00000000\r\nesi=0x00000000 edi=0x00000000 ebp=0x00000000\r\neip=0x0000FFFF esp=0x00000FFA eflags=0x00033"...)
at processlinemaker.cpp:54
#38 0x405bff5b in ProcessLineMaker::qt_invoke(int, QUObject*) (this=0x842f388,
_id=4, _o=0xbfffe740) at processlinemaker.moc:140
#39 0x4c59937e in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#40 0x417602ec in GDBDebugger::DbgController::ttyStdout(char const*) (
this=0x842f640,
t0=0xbfffe8d0 "Unhandled GP fault in VM86 code (opcode = 0x00)\r\neax=0x00000100 ebx=0x00000000 ecx=0x00000000 edx=0x00000000\r\nesi=0x00000000 edi=0x00000000 ebp=0x00000000\r\neip=0x0000FFFF esp=0x00000FFA eflags=0x00033"...) at dbgcontroller.moc:371
#41 0x41761087 in GDBDebugger::DbgController::qt_emit(int, QUObject*) (
this=0x842f640, _id=9, _o=0xbfffe860) at dbgcontroller.moc:488
#42 0x41769bb1 in GDBDebugger::GDBController::qt_emit(int, QUObject*) (
---Type <return> to continue, or q <return> to quit---
this=0x842f640, _id=9, _o=0xbfffe860) at gdbcontroller.moc:265
#43 0x4c5993ae in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#44 0x4176d4bd in GDBDebugger::STTY::OutOutput(char const*) (this=0x88ecbe0,
t0=0xbfffe8d0 "Unhandled GP fault in VM86 code (opcode = 0x00)\r\neax=0x00000100 ebx=0x00000000 ecx=0x00000000 edx=0x00000000\r\nesi=0x00000000 edi=0x00000000 ebp=0x00000000\r\neip=0x0000FFFF esp=0x00000FFA eflags=0x00033"...) at stty.moc:107
#45 0x4176cea0 in GDBDebugger::STTY::OutReceived(int) (this=0x88ecbe0, f=14)
at stty.cpp:263
#46 0x4176d64a in GDBDebugger::STTY::qt_invoke(int, QUObject*) (
this=0x88ecbe0, _id=2, _o=0xbfffed70) at stty.moc:126
#47 0x4c59937e in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#48 0x4c5994b1 in QObject::activate_signal(int, int) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#49 0x4c866cc1 in QSocketNotifier::activated(int) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#50 0x4c5b1558 in QSocketNotifier::event(QEvent*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#51 0x4c547c95 in QApplication::internalNotify(QObject*, QEvent*) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#52 0x4c547318 in QApplication::notify(QObject*, QEvent*) ()
---Type <return> to continue, or q <return> to quit---
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#53 0x40ca0266 in KApplication::notify(QObject*, QEvent*) (this=0xbffff390,
receiver=0x8a19e78, event=0xbffff0c0) at kapplication.cpp:503
#54 0x4c538f38 in QEventLoop::activateSocketNotifiers() ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#55 0x4c4fbd7e in QEventLoop::processEvents(unsigned) ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#56 0x4c5576ab in QEventLoop::enterLoop() ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#57 0x4c557570 in QEventLoop::exec() ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#58 0x4c547e94 in QApplication::exec() ()
from /home/kde3src/qt-copy/lib/libqt-mt.so.3
#59 0x08064097 in main (argc=1, argv=0xbffff544) at main.cpp:128
(gdb)
More information about the KDevelop-devel
mailing list