Bug 63756 - Crash when right-clicking on a non-project source file
Summary: Crash when right-clicking on a non-project source file
Status: RESOLVED DUPLICATE of bug 63581
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: git master
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-05 16:03 UTC by Alexandros Karypidis
Modified: 2003-09-05 16:18 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 Alexandros Karypidis 2003-09-05 16:03:28 UTC
Version:           CVS HEAD (using KDE KDE 3.1.3)
Installed from:    SuSE RPMs
Compiler:          gcc (GCC) 3.3 SuSE 8.2 RPM
OS:          Linux

I have 2 separate Gideon projects. Project A produces a shared library. Project B produces an executable program.

I have project B open. I have also opened a source file from project A. When I right-click on the source file of project A, I get the following crash:

====================================
[New Thread 16384 (LWP 18632)]
[New Thread 32769 (LWP 18642)]
[New Thread 32770 (LWP 18646)]
0x4150e3ba in waitpid () from /lib/libpthread.so.0
#0  0x4150e3ba in waitpid () from /lib/libpthread.so.0
#1  0x40c24b49 in KCrash::defaultCrashHandler(int) ()
   from /opt/kde3/lib/libkdecore.so.4
#2  0x4150d1ec in __pthread_sighandler () from /lib/libpthread.so.0
#3  <signal handler called>
#4  0x412426d9 in QString::QString(QString const&) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#5  0x405701e2 in CodeModelItem::fileName() const (this=0x0)
    at codemodel.cpp:232
#6  0x4253fc94 in CppSupportPart::contextMenu(QPopupMenu*, Context const*) (
    this=0x862ffc0, popup=0x81d9270, context=0xbfffe5e0)
    at cppsupportpart.cpp:470
#7  0x42546d2b in CppSupportPart::qt_invoke(int, QUObject*) (this=0x862ffc0, 
    _id=9, _o=0xbfffe480) at cppsupportpart.moc:196
#8  0x40fb132e in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#9  0x40562fe5 in KDevCore::contextMenu(QPopupMenu*, Context const*) (
    this=0x81a8650, t0=0x81d9270, t1=0xbfffe5e0) at kdevcore.moc:157
#10 0x08074045 in Core::fillContextMenu(QPopupMenu*, Context const*) (
    this=0x81a8650, popup=0x81d9270, context=0xbfffe5e0) at core.cpp:83
#11 0x0808dd4b in EditorProxy::popupAboutToShow() (this=0x86385f0)
    at editorproxy.cpp:138
#12 0x0808df8d in EditorProxy::qt_invoke(int, QUObject*) (this=0x86385f0, 
    _id=2, _o=0xbfffe6c0) at editorproxy.moc:82
#13 0x40fb132e in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#14 0x40fb125f in QObject::activate_signal(int) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#15 0x412bf7fc in QPopupMenu::aboutToShow() ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#16 0x410a30de in QPopupMenu::popup(QPoint const&, int) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#17 0x42c5a3a3 in KateViewInternal::mousePressEvent(QMouseEvent*) ()
   from /opt/kde3/lib/kde3/libkatepart.so
#18 0x40fe7618 in QWidget::event(QEvent*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#19 0x40f4fee8 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#20 0x40f4f5ee in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#21 0x40bafc49 in KApplication::notify(QObject*, QEvent*) ()
   from /opt/kde3/lib/libkdecore.so.4
#22 0x40ef0bb8 in QETWidget::translateMouseEvent(_XEvent const*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#23 0x40eee590 in QApplication::x11ProcessEvent(_XEvent*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0x40f03aad in QEventLoop::processEvents(unsigned) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#25 0x40f64583 in QEventLoop::enterLoop() ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#26 0x40f64476 in QEventLoop::exec() () from /usr/lib/qt3/lib/libqt-mt.so.3
#27 0x40f5016f in QApplication::exec() () from /usr/lib/qt3/lib/libqt-mt.so.3
#28 0x0806abe2 in main (argc=7, argv=0xbffff2a4) at main.cpp:125
#29 0x4166e857 in __libc_start_main () from /lib/libc.so.6
====================================
Comment 1 Alexandros Karypidis 2003-09-05 16:06:48 UTC
Ooops! It looks like I've submitted a duplicate of bug 63581. I'm checking it 
out right now and will close this if this is the case... 
Comment 2 Amilcar do Carmo Lucas 2003-09-05 16:18:45 UTC
This is a dupe, bt is not 100% the same, but it's the same bug, in different 
lines of code. 

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