Bug 62473 - Gideon crash on exit
Summary: Gideon crash on exit
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: cvs (show other bugs)
Version: 0.9.94
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-11 07:14 UTC by juanjux
Modified: 2010-12-16 19:27 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 juanjux 2003-08-11 07:14:24 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          g++ 3.2 
OS:          Linux

Happens to me every time I exit Gideon:

Backtrace (omitting the "no debugging symbols found" first lines"):

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...0x41354bf0 in waitpid ()
   from /lib/libpthread.so.0
#0  0x41354bf0 in waitpid () from /lib/libpthread.so.0
#1  0x40b66680 in KCrash::defaultCrashHandler(int) ()
   from /usr/lib/libkdecore.so.4
#2  0x4135398d in __pthread_sighandler () from /lib/libpthread.so.0
#3  <signal handler called>
#4  0x4222c2f3 in CvsService_stub::update(QStringList const&, bool, bool, bool, QString const&) () from /usr/lib/libcvsservice.so.0
#5  0x421eb9bd in CvsServiceImpl::releaseCvsService() ()
   from /usr/lib/kde3/libkdevcvsservice.so
#6  0x421e923c in CvsServiceImpl::~CvsServiceImpl() ()
   from /usr/lib/kde3/libkdevcvsservice.so
#7  0x421db475 in CvsPart::~CvsPart() ()
   from /usr/lib/kde3/libkdevcvsservice.so
#8  0x409cc623 in QPtrList<QObject>::deleteItem(void*) ()
   from /usr/lib/libkdeui.so.4
#9  0x410e02a7 in QGList::clear() () from /usr/lib/libqt-mt.so.3
#10 0x40b7b896 in KLibrary::~KLibrary() () from /usr/lib/libkdecore.so.4
#11 0x40b7d896 in KLibLoader::close_pending(KLibWrapPrivate*) ()
   from /usr/lib/libkdecore.so.4
#12 0x40b7caed in KLibLoader::~KLibLoader() () from /usr/lib/libkdecore.so.4
#13 0x40b7c5a5 in KLibLoader::cleanUp() () from /usr/lib/libkdecore.so.4
#14 0x40ae675c in KApplication::~KApplication() ()
   from /usr/lib/libkdecore.so.4
#15 0x0806ec62 in ?? ()
#16 0xbffff330 in ?? ()
#17 0xbffff2a0 in ?? ()
#18 0xbffff458 in ?? ()
#19 0x0806ec51 in ?? ()
#20 0xbffff330 in ?? ()
#21 0x08118820 in ?? ()
#22 0xbffff2a0 in ?? ()
#23 0x00000001 in ?? ()
#24 0xbffff300 in ?? ()
#25 0x00000028 in ?? ()
#26 0x010bffd8 in ?? ()
#27 0x080c1cd0 in ?? ()
#28 0x41214c60 in vtable for QGArray () from /usr/lib/libqt-mt.so.3
Comment 1 Amilcar do Carmo Lucas 2003-08-11 09:56:18 UTC
Please un-install gideon and then re-install it! 
Comment 2 matze 2003-08-25 09:28:14 UTC
To be a little more precise: 
You have an old CVS plugin lying around in your kdevelop installation. You can verify this by 
disabling the "global" CVS plugin in Settings->Plugins. The crash should then go away 
 
Comment 3 Mario Scalas 2003-08-25 15:20:04 UTC
This is a problem related to the particular installation since it works here and no other 
user complained about this crash.