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/16364] New: sleep may leave SIGCHLD blocked on sync cancellation on GNU/Linux


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

            Bug ID: 16364
           Summary: sleep may leave SIGCHLD blocked on sync cancellation
                    on GNU/Linux
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: aoliva at sourceware dot org
                CC: drepper.fsp at gmail dot com

sleep calls nanosleep after blocking SIGCHLD on GNU/Linux.  nanosleep is a
cancellation point, and so is sleep, but there isn't any cleanup in sleep to
restore SIGCHLD to its original state should the nanosleep syscall be
cancelled.

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