Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: KDE4 on NetBSD 5.99.2
On Sun January 3 2010 17:47:42 Cem Kayali / E Ticaret ve Bilisim Teknolojileri
wrote:
> Hello!
>
> I confirm, there are several bugs in KDE4 on NetBSD 5.0.1 amd64 +
> pkgsrc-2009Q3 too. Nice looking but random (not often) crashes are
> annoying and inevitable - or at least for me.
>
> I would like to hear experiences on i386 ones.
The random plasma crashes appear to be caused by qt4 calling non-thread-safe
resolver routines. The attached patch for qt4-libs has "fixed" the problem for
me (on current amd64).
Regards,
Sverre
--- src/network/kernel/qhostinfo_unix.cpp.orig 2009-12-22 08:24:04.000000000
-0700
+++ src/network/kernel/qhostinfo_unix.cpp 2009-12-22 08:25:32.000000000
-0700
@@ -115,6 +115,8 @@ static void resolveLibrary()
if (!local_res_nclose)
local_res_ninit = 0;
}
+ if (local_res_ninit)
+ local_res_init = 0;
#endif
}
Home |
Main Index |
Thread Index |
Old Index