From: Paul Pluzhnikov Date: Mon, 25 Nov 2013 19:38:01 +0000 (-0800) Subject: Fix intermittent failure in tst-getpid2. X-Git-Tag: upstream/2.30~8380 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67ea2c9a69598edc6487c4b68942ab7b6bb27ad9;p=external%2Fglibc.git Fix intermittent failure in tst-getpid2. 2013-11-25 Paul Pluzhnikov [BZ #11214] * Makefile (tst-getpid2-ENV): New variable. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0ee4523..779843d 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2013-11-25 Paul Pluzhnikov + + [BZ #11214] + * Makefile (tst-getpid2-ENV): New variable. + 2013-11-20 Paul Pluzhnikov * Makefile (tst-cleanup2, tst-cleanupx2): Add -fno-builtin diff --git a/nptl/Makefile b/nptl/Makefile index 82f2d0a..0fbfc4d 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -447,6 +447,11 @@ tst-cancel7-ARGS = --command "exec $(host-test-program-cmd)" tst-cancelx7-ARGS = $(tst-cancel7-ARGS) tst-umask1-ARGS = $(objpfx)tst-umask1.temp +# In this test, we create a CLONE_VM "thread" that shares TLS storage +# with the original thread. Both threads then race in ld.so with lazy PLT +# resolution. Avoid this race by disabling lazy binding. BZ #11214. +tst-getpid2-ENV = LD_BIND_NOW=1 + $(objpfx)tst-atfork2: $(libdl) $(shared-thread-library) LDFLAGS-tst-atfork2 = -rdynamic tst-atfork2-ENV = MALLOC_TRACE=$(objpfx)tst-atfork2.mtrace