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


------- Additional Comments From anemo at mba dot ocn dot ne dot jp  2007-05-16 07:02 -------
Created an attachment (id=1842)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1842&action=view)
testcase

expected output:
thread 0 got the lock.
thread 1 got the lock.
thread 2 got the lock.

glibc 2.5 output:
thread0 got the lock.
thread1 got the lock.
thread2 timedout.


-- 


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]