kdevelop crash

Andras Mantia amantia at kde.org
Wed Aug 30 04:25:00 UTC 2006


On Wednesday 30 August 2006 05:37, Hamish Rodda wrote:
> This is a known bug in distro patched versions of Qt.  Dirk Mueller
> was working on it about a week ago, so it may already be fixed.

Dirk's commit in 3.5 branch says:

This fixes the famous XIM crash that is 
"caused by a broken Qt"


 M  +3 -0      kdevdocumentationplugin.cpp  


--- 
branches/KDE/3.5/kdevelop/parts/documentation/interfaces/kdevdocumentationplugin.cpp 
#574153:574154
@@ -300,7 +300,10 @@
         it != namedCatalogs.end(); ++it)
     {
         if (it.data() == item)
+        {
             namedCatalogs.remove(it);
+            break;
+        }
     }
     //clear indexes for catalog
     QValueList<IndexItemProto *> idx = indexes[item];


---------------------------
I planned to port it to 3.4, but didn't had the time.

Andras
-- 
Quanta Plus developer - http://quanta.kdewebdev.org
K Desktop Environment - http://www.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20060830/76c105bf/attachment.sig>


More information about the KDevelop-devel mailing list