Gideon crashes loading own project

John Firebaugh jfirebaugh at kde.org
Tue May 21 19:05:04 UTC 2002


On Tuesday 21 May 2002 1:01, Bernd Gehrmann wrote:
> On Tuesday 21 May 2002 01:21, you wrote:
> > I tried to create a gideon project via "Import Exisiting Directory..." It
> >
> > #7  0x0ed2c40c in QGDictIterator::toFirst () from /usr/lib/libqt-mt.so.3
> > #8  0x0fb14748 in ClassStore::removeWithReferences ()
> >    from /opt/kde-cvs-b/lib/libkdevelop.so.1
>
> This seems to be a compiler dependent problem which previously
> occured also in ParsedClass. Can you try again with the latest version?

I think I fixed it myself, in ClassStore::wipeout():

@@ -427,6 +427,7 @@
     kdDebug(9005) << "ClassStore::wipeout start" << endl;
     m_globalScope->clear();
     m_allClasses.clear();
+    m_allScopes.clear();
     kdDebug(9005) << "ClassStore::wipeout end" << endl;
 }

Can you confirm this change is correct?

-John




More information about the KDevelop-devel mailing list