Date: Thu, 9 Sep 2004 10:16:29 -0400 (EDT) From: Daniel Eischen <deischen@freebsd.org> To: Andrew Belashov <bel@orel.ru> Cc: freebsd-threads@freebsd.org Subject: Re: libkse: propagate test Message-ID: <Pine.GSO.4.43.0409091010500.12461-100000@sea.ntplx.net> In-Reply-To: <41402562.5050901@orel.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 9 Sep 2004, Andrew Belashov wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, All! > > I'm debugging libkse library for FreeBSD/sparc64. > Some tests from lib/libpthread/test/ failed. > > Please, explain me, that it means: > > =================================== > bel@bel$ ./propagate_s.pl > 1..1 > ~ U close > > ~ U close > > ~ U wait > > ~ U sleep It means something in libc is calling those functions instead of using the internal names (e.g., _close() instead of close()). At a quick glance, the offenders seem to be: libc/gen/rcmdsh.c close, wait libc/gen/sysconf.c close libc/rpc/getnetconfig.c sleep -- Dan Eischen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.43.0409091010500.12461-100000>