Bug 62990

Summary: crash in CPP code completion
Product: [Applications] kdevelop Reporter: Jon Smirl <jonsmirl>
Component: Code completionAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jon Smirl 2003-08-20 04:01:14 UTC
Version:           CVS (using KDE KDE 3.1)
Installed from:    RedHat RPMs

I had two copies of Gideon running with heavy load on my system. I exited one and got this crash. It did not reproduce on a lightly loaded system. From the looks of it, I may have exited before it was fully loaded.

[New Thread 1096590304 (LWP 5819)]
0xffffe410 in ?? ()
#0  0xffffe410 in ?? ()
#1  0x40a2f57d in KCrash::defaultCrashHandler(int) ()
   from /usr/lib/libkdecore.so.4
#2  <signal handler called>
#3  0x410e752f in QGListIterator::QGListIterator(QGList const&) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#4  0x41b9fb30 in CppCodeCompletion::setupCodeInformationRepository() ()
   from /opt/kde3/lib/kde3/libkdevcppsupport.so
#5  0x41b994c5 in CppCodeCompletion::CppCodeCompletion(CppSupportPart*) ()
   from /opt/kde3/lib/kde3/libkdevcppsupport.so
#6  0x41b880b6 in CppSupportPart::projectOpened() ()
   from /opt/kde3/lib/kde3/libkdevcppsupport.so
#7  0x41b918c3 in CppSupportPart::qt_invoke(int, QUObject*) ()
   from /opt/kde3/lib/kde3/libkdevcppsupport.so
#8  0x40e7f040 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#9  0x40e7ef6d in QObject::activate_signal(int) ()
   from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#10 0x403c15ca in KDevCore::projectOpened() ()
   from /opt/kde3/lib/libkdevelop.so.1
#11 0x080760b2 in ProjectManager::loadProject(KURL const&) ()
#12 0x08075da3 in ProjectManager::loadDefaultProject() ()
#13 0x08066fc8 in main ()
#14 0x420156a4 in __libc_start_main () from /lib/tls/libc.so.6
Comment 1 Jens Dagerbo 2003-11-25 13:41:52 UTC
If this happened before KDevelop was fully loaded, I think this is just another side of the bug reported in #56779

In general, quickly closing the app while it is starting up or loading a project isn't solid and might crash.

Closing as dupe.

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