This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


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

[Bug libc/11214] There is a race condition in ld.so with CLONE_VM


http://sourceware.org/bugzilla/show_bug.cgi?id=11214

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
            Version|2.11                        |2.15
         Resolution|INVALID                     |

--- Comment #11 from H.J. Lu <hjl.tools at gmail dot com> 2012-01-25 22:42:24 UTC ---
nptl/tst-getpid2.c has

---
#define TEST_CLONE_FLAGS CLONE_VM
#include "tst-getpid1.c"
---

which calls clone with CLONE_VM and leads to nptl/tst-getpid2.c fails at
random with "illegal hardware instruction".

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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