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/4512] New: robust mutex does not work if owner died with multiple waiters


If an owner of a robust mutex died with multiple waiters,
one waiter is waken with EOWNERDEAD.  Other waiters keep waiting
the mutex but never waken even if the new ownder unlocked the mutex (or died).

This happend only with non-PI mutex of glibc 2.5.
PI mutex works fine.

-- 
           Summary: robust mutex does not work if owner died with multiple
                    waiters
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
        AssignedTo: drepper at redhat dot com
        ReportedBy: anemo at mba dot ocn dot ne dot jp
                CC: glibc-bugs at sources dot redhat dot com


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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