Subject: Re: xsrc/29824
To: None <xsrc-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 05/01/2005 17:24:01
The following reply was made to PR xsrc/29824; it has been noted by GNATS.
From: Martin Husemann <martin@duskware.de>
To: tron@netbsd.org
Cc: gnats-bugs@NetBSD.org
Subject: Re: xsrc/29824
Date: Sun, 1 May 2005 19:23:56 +0200
On Sun, May 01, 2005 at 05:03:37PM +0000, tron@netbsd.org wrote:
> So which X11 server is this (XFree86 or Xsun-something)? What does the
> "ldd" output look like? And if the X11 server was build via "make install"
> in "xsrc" try using "./build.sh -x" instead.
It is XFree, and building via src/x11 is not possible (yet). But there
is no libpthread involved here:
root@nelly # ldd /usr/X11R6/bin/XFree86
/usr/X11R6/bin/XFree86:
-lz.0 => /usr/lib/libz.so.0
-lm.0 => /usr/lib/libm.so.0
-lc.12 => /usr/lib/libc.so.12
I'm not sure there realy are threads in the running server - and they would
not change what a signal handler may/must not do anyway.
Martin