This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Further steps towards GL(dl_dynamic_weak) == 0 everywhere


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]