[PATCH] Further steps towards GL(dl_dynamic_weak) == 0 everywhere
Jakub Jelinek
jakub@redhat.com
Sat Dec 28 06:02:00 GMT 2002
On Sat, Dec 28, 2002 at 02:49:11PM +0100, Andreas Jaeger wrote:
> Ulrich Drepper <drepper@redhat.com> writes:
>
> > I've applied the IA64 patch, the LinuxThread cancellation patch, and
> > this patch. Seems to work fine. Thanks.
>
> Not for me on i686-linux-gnu:
> GCONV_PATH=/builds/glibc/gcc-3.3/iconvdata LC_ALL=C /builds/glibc/gcc-3.3/elf/ld-linux.so.2 --library-path /builds/glibc/gcc-3.3:/builds/glibc/gcc-3.3/math:/builds/glibc/gcc-3.3/elf:/builds/glibc/gcc-3.3/dlfcn:/builds/glibc/gcc-3.3/nss:/builds/glibc/gcc-3.3/nis:/builds/glibc/gcc-3.3/rt:/builds/glibc/gcc-3.3/resolv:/builds/glibc/gcc-3.3/crypt:/builds/glibc/gcc-3.3/linuxthreads /builds/glibc/gcc-3.3/linuxthreads/tst-cancel5 > /builds/glibc/gcc-3.3/linuxthreads/tst-cancel5.out
> Timed out: killed the child process but it exited 0
> make[2]: *** [/builds/glibc/gcc-3.3/linuxthreads/tst-cancel5.out] Error 1
This is expected. If you run it by hand with additional --direct argument,
it should succeed. Once *fork will be the same between -lpthread -lc and
-lc -lpthread, this should be fixed for good.
Jakub
More information about the Libc-hacker
mailing list