libkse: propagate test
Daniel Eischen
deischen at freebsd.org
Thu Sep 9 07:16:31 PDT 2004
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 at 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
More information about the freebsd-threads
mailing list