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 nptl/17214] New: Expose a function to reset the PID cache


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

            Bug ID: 17214
           Summary: Expose a function to reset the PID cache
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
          Assignee: unassigned at sourceware dot org
          Reporter: sstewartgallus00 at mylangara dot bc.ca
                CC: drepper.fsp at gmail dot com

GLibc caches PIDs. Much has been said about this. Regardless, some people have
to use the low level clone system call which does not update the PID cache (for
making new processes only, trying to make one's own threads that interact with
NPTL would be a mess). I would like a way to reset the PID cache so that the
low level clone system call is usable.

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