Date: Tue, 18 Nov 2003 13:59:07 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: David Xu <davidxu@freebsd.org> Cc: FreeBSD GNOME Users <gnome@freebsd.org> Subject: Re: bug in libkse? Message-ID: <20031118135907.63392544.Alexander@Leidinger.net> In-Reply-To: <3FBA108E.7020306@freebsd.org> References: <3FB3CA31.20309@webonaut.com> <opryk9v5m88ckrg5@smtp.central.cox.net> <3FB3D047.3010701@webonaut.com> <opryle9h1z8ckrg5@smtp.central.cox.net> <20031114100638.08c69054.Alexander@Leidinger.net> <3FB7A46D.1050204@webonaut.com> <opryq7t10z8ckrg5@smtp.central.cox.net> <20031117105535.5afa6df2.Alexander@Leidinger.net> <oprysu83zc8ckrg5@smtp.central.cox.net> <3FB93BB2.7050806@webonaut.com> <1069104738.737.69.camel@gyros> <20031118110439.19bf6e01.Alexander@Leidinger.net> <3FBA108E.7020306@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 18 Nov 2003 20:29:02 +0800 David Xu <davidxu@freebsd.org> wrote: > The information is not enough, what is libkse problem ? > if gdk needs to call a routine to initialize its internal data > structure before enabling threading support, it is not libkse's > problem, thread library does not know what upper layer library > want to do. The port deskutils/gdesklets uses threads. On FreeBSD it failed to work correctly in some circumstances. It seems it's missing the threads_init call. With the call it works with libkse and with libc_r, without the call it works with libkse but not with libc_r. So there's a change in behavior depending on the used threads lib. Is this intended? Bye, Alexander. -- It is easier to fix Unix than to live with NT. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031118135907.63392544.Alexander>