| Summary: | Crash while right clicking in source code window | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Steffen Schoenwiese <steffen> |
| Component: | Language Support: CPP (old) | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | jonsmirl, karypid |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | All | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Steffen Schoenwiese
2003-09-01 18:39:11 UTC
The crash seems to be reproduceable, since every time I right click to the Gideon-generated XXXIface file, it crashes Maybe this is related: I just rmb in a .cpp file and got this bt (note the null pointer
reference):
[New Thread 16384 (LWP 17766)]
[New Thread 32769 (LWP 17772)]
[New Thread 16386 (LWP 17773)]
0x4141389e in waitpid () from /lib/libpthread.so.0
#0 0x4141389e in waitpid () from /lib/libpthread.so.0
#1 0x40b3badf in KCrash::defaultCrashHandler(int) ()
from /usr/kde/3.1/lib/libkdecore.so.4
#2 0x41412758 in __pthread_sighandler () from /lib/libpthread.so.0
#3 <signal handler called>
#4 0x4113b2b9 in QString::QString(QString const&) ()
from /usr/qt/3/lib/libqt-mt.so.3
#5 0x4043f1a0 in CodeModelItem::fileName() const (this=0x0)
at codemodel.cpp:232
#6 0x424d3c99 in CppSupportPart::contextMenu(QPopupMenu*, Context const*) (
this=0x8b5f978, popup=0x81e2590, context=0xbfffe740)
at cppsupportpart.cpp:467
#7 0x424dac51 in CppSupportPart::qt_invoke(int, QUObject*) (this=0x8b5f978,
_id=9, _o=0xbfffe5f0) at cppsupportpart.moc:196
#8 0x40ebe1f0 in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /usr/qt/3/lib/libqt-mt.so.3
#9 0x40431df3 in KDevCore::contextMenu(QPopupMenu*, Context const*) (
this=0x81b30e0, t0=0x81e2590, t1=0xbfffe740) at kdevcore.moc:157
#10 0x08074475 in Core::fillContextMenu(QPopupMenu*, Context const*) (
this=0x81b30e0, popup=0x81e2590, context=0xbfffe740) at core.cpp:83
#11 0x0808e178 in EditorProxy::popupAboutToShow() (this=0x82c6ae0)
at editorproxy.cpp:138
#12 0x0808e3cf in EditorProxy::qt_invoke(int, QUObject*) (this=0x82c6ae0,
_id=2, _o=0xbfffe820) at editorproxy.moc:82
#13 0x40ebe1f0 in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /usr/qt/3/lib/libqt-mt.so.3
#14 0x40ebe11d in QObject::activate_signal(int) ()
from /usr/qt/3/lib/libqt-mt.so.3
#15 0x411b2e8e in QPopupMenu::aboutToShow() () from /usr/qt/3/lib/libqt-mt.so.3
#16 0x40fa74fa in QPopupMenu::popup(QPoint const&, int) ()
from /usr/qt/3/lib/libqt-mt.so.3
#17 0x4449b039 in KateViewInternal::mousePressEvent(QMouseEvent*) ()
from /usr/kde/3.1/lib/kde3/libkatepart.so
#18 0x40ef24eb in QWidget::event(QEvent*) () from /usr/qt/3/lib/libqt-mt.so.3
#19 0x40e604a4 in QApplication::internalNotify(QObject*, QEvent*) ()
from /usr/qt/3/lib/libqt-mt.so.3
#20 0x40e5fa83 in QApplication::notify(QObject*, QEvent*) ()
from /usr/qt/3/lib/libqt-mt.so.3
#21 0x40ab159b in KApplication::notify(QObject*, QEvent*) ()
from /usr/kde/3.1/lib/libkdecore.so.4
#22 0x40e05d58 in QETWidget::translateMouseEvent(_XEvent const*) ()
from /usr/qt/3/lib/libqt-mt.so.3
#23 0x40e03610 in QApplication::x11ProcessEvent(_XEvent*) ()
from /usr/qt/3/lib/libqt-mt.so.3
#24 0x40e18ba1 in QEventLoop::processEvents(unsigned) ()
from /usr/qt/3/lib/libqt-mt.so.3
#25 0x40e742a6 in QEventLoop::enterLoop() () from /usr/qt/3/lib/libqt-mt.so.3
#26 0x40e74148 in QEventLoop::exec() () from /usr/qt/3/lib/libqt-mt.so.3
#27 0x40e606d1 in QApplication::exec() () from /usr/qt/3/lib/libqt-mt.so.3
#28 0x0806b038 in main (argc=1, argv=0xbffff414) at main.cpp:125
#29 0x41566707 in __libc_start_main () from /lib/libc.so.6
*** Bug 63556 has been marked as a duplicate of this bug. *** This was solved by Roberto Raggi |