Bug 79641 - CvsServicePart crashes on close
Summary: CvsServicePart crashes on close
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
: 92640 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-04-14 17:38 UTC by Bernd Pol
Modified: 2004-11-03 18:24 UTC (History)
1 user (show)

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 Bernd Pol 2004-04-14 17:38:20 UTC
Version:           3.0.90-CVS (using KDE 3.2.90 (CVS >= 20040117), compiled sources)
Compiler:          gcc version 3.3.1 (SuSE Linux)
OS:          Linux (i686) release 2.4.21-99-athlon

This is on HEAD from 2004-04-13. KDevelop crashes on close when CvsServicePart was loaded. It crashes as well on deactivation of the CvsServicePart plugin.

Backtrace (only partly debug compiled, however):
--------------------
[New Thread 16384 (LWP 4176)]
[KCrash handler]
#4  0x424273f6 in CvsService_stub::watchers(QStringList const&) ()
   from /opt/kde-cvs/lib/libcvsservice.so.0
#5  0x423f2ad9 in CvsServicePartImpl::releaseCvsService() ()
   from /opt/kde-cvs/lib/kde3/libkdevcvsservice.so
#6  0x423ef0b6 in CvsServicePartImpl::~CvsServicePartImpl() ()
   from /opt/kde-cvs/lib/kde3/libkdevcvsservice.so
#7  0x423ea24e in CvsServicePart::~CvsServicePart() ()
   from /opt/kde-cvs/lib/kde3/libkdevcvsservice.so
#8  0x40c5a29e in QPtrList<QObject>::deleteItem(void*) ()
   from /opt/kde-cvs/lib/libkdeui.so.4
#9  0x4151844e in QGList::clear() () from /usr/lib/qt-copy/lib/libqt-mt.so.3
#10 0x40c58fac in QPtrList<QObject>::clear() ()
   from /opt/kde-cvs/lib/libkdeui.so.4
#11 0x40e651c7 in KLibrary::~KLibrary() ()
   from /opt/kde-cvs/lib/libkdecore.so.4
#12 0x40e66b89 in KLibLoader::close_pending(KLibWrapPrivate*) ()
   from /opt/kde-cvs/lib/libkdecore.so.4
#13 0x40e66154 in KLibLoader::~KLibLoader() ()
   from /opt/kde-cvs/lib/libkdecore.so.4
#14 0x40e65c7d in KLibLoader::cleanUp() ()
   from /opt/kde-cvs/lib/libkdecore.so.4
#15 0x40dc441c in KApplication::~KApplication() ()
   from /opt/kde-cvs/lib/libkdecore.so.4
#16 0x08061639 in main ()
Comment 1 Jens Dagerbo 2004-04-14 17:51:10 UTC
kdesdk is also recent HEAD?
Comment 2 Jens Dagerbo 2004-04-14 18:43:03 UTC
OK, after updating kdesdk, I get the crash too. (I had a build from april 4th before.) Same backtrace. Something changed...
Comment 3 Jens Dagerbo 2004-04-14 18:46:41 UTC
... and after rebuilding cvsservice, the crash is gone. :)
Comment 4 Bernd Pol 2004-04-14 21:31:34 UTC
Confirmed. The crash is gone now after a recompile.
Weird enough, I did a full KDevelop compile this morning upon which the crash showed up.
Comment 5 Paulo Moura Guedes 2004-11-03 18:24:15 UTC
*** Bug 92640 has been marked as a duplicate of this bug. ***