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/19859] nptl/tst-exec1 fails sporadically with new posix_spawn implementation


https://sourceware.org/bugzilla/show_bug.cgi?id=19859

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adhemerval.zanella at linaro dot o
                   |                            |rg

--- Comment #2 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
This was because clone(CLONE_VM) in was supported architectures changed its
thread tid/pid field with the new value.  This is wrong since with CLONE_VM the
smae thread structure is shared among parent and child.  This was fixed on
230528c467ee5ae7b55d41530bbb10fd94da948f.

-- 
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]