kdevelop crash

Jens Dagerbo jens.dagerbo at gmail.com
Wed Aug 30 08:23:16 UTC 2006


I doubt that is the XIM crash. When was the 3.3.91 release? The change
Dirk did was committed to 3.4 branch three months ago.

http://websvn.kde.org/branches/kdevelop/3.4/parts/documentation/interfaces/kdevdocumentationplugin.cpp?rev=543292&r1=527281&r2=543292


// jens


On 8/30/06, Andras Mantia <amantia at kde.org> wrote:
> 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
>
>
> _______________________________________________
> KDevelop-devel mailing list
> KDevelop-devel at barney.cs.uni-potsdam.de
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>
>
>
>




More information about the KDevelop-devel mailing list