Bug 92640 - Crash when exiting KDevelop
Summary: Crash when exiting KDevelop
Status: RESOLVED DUPLICATE of bug 79641
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-03 17:48 UTC by Paulo Moura Guedes
Modified: 2004-11-03 18:24 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 Paulo Moura Guedes 2004-11-03 17:48:07 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

If a project is loaded when I quit, KDevelop crashes with this backtrace:

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -150560640 (LWP 7802)]
[New Thread -158520400 (LWP 8009)]
[Thread debugging using libthread_db enabled]
[New Thread -150560640 (LWP 7802)]
[New Thread -158520400 (LWP 8009)]
[Thread debugging using libthread_db enabled]
[New Thread -150560640 (LWP 7802)]
[New Thread -158520400 (LWP 8009)]
[KCrash handler]
#4  0x0159a8a2 in CvsService_stub::removeWatch (this=0x426840, 
    arg0=@0x12cc788, arg1=148812192) at cvsservice_stub.cpp:789
#5  0x016e0f4d in CvsServicePartImpl::releaseCvsService (this=0x8de3d50)
    at cvspartimpl.cpp:712
#6  0x016dd523 in ~CvsServicePartImpl (this=0x8de3d50) at cvspartimpl.cpp:104
#7  0x016d7fa3 in ~CvsServicePart (this=0x8e33778) at cvspart.cpp:103
#8  0x080c63cf in PluginController::unloadPlugins (this=0x888ab50, 
    unloadParts=@0x8c56028) at plugincontroller.cpp:283
#9  0x080c1f39 in ProjectManager::closeProject (this=0x8921508, exiting=true)
    at projectmanager.cpp:350
#10 0x080b311e in Core::queryClose (this=0x8926000) at core.cpp:59
#11 0x080db2c8 in NewMainWindow::queryClose (this=0x8884420)
    at newmainwindow.cpp:403
#12 0x05c46378 in KMainWindow::closeEvent (this=0x8884420, e=0xfee8ff60)
    at kmainwindow.cpp:626
#13 0x06709222 in QWidget::event () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#14 0x067c7322 in QMainWindow::event () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#15 0x08148dcc in KMdiMainFrm::event (this=0x8884420, e=0xfee8ff60)
    at kmdimainfrm.cpp:1073
#16 0x06676aff in QApplication::internalNotify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#17 0x066760fe in QApplication::notify ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#18 0x00bd7992 in KApplication::notify (this=0xfee90420, receiver=0x8884420, 
    event=0xfee8ff60) at kapplication.cpp:516
#19 0x06708ac5 in QWidget::close () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#20 0x0660fc3a in QETWidget::translateCloseEvent ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#21 0x0660a088 in QApplication::x11ClientMessage ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#22 0x0660b05d in QApplication::x11ProcessEvent ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#23 0x066212b4 in QEventLoop::processEvents ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#24 0x06688d48 in QEventLoop::enterLoop ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#25 0x06688bf8 in QEventLoop::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#26 0x06676d51 in QApplication::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#27 0x080e09d1 in main (argc=1, argv=0xfee905d4) at main.cpp:138

I have my complete FC2 KDE instalation in /usr and another instalation in /usr/local/kde whith kdelibs, kdesdk and kdevelop from HEAD and kdebase from KDE_3_3_BRANCH (KDEDIRS=/usr/local/kde:/usr).
Comment 1 Jens Dagerbo 2004-11-03 18:08:49 UTC
Crossref #79641 and #92455
Comment 2 Paulo Moura Guedes 2004-11-03 18:24:14 UTC
Same that #79641, solved by rebuilding cvsservice.

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