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/11588] pthread condvars are not priority inheritance aware


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

--- Comment #33 from Darren Hart <darren.hart at intel dot com> ---
I looked through this, and you appear to be correct. We didn't catch it in
testing as the test case only depended on reading and writing the
COND_PROTOCOL_INHERIT, which works as the shift was missing from both
locations.

Oddly, I had observed what I thought was a similar error with the CLOCK_ID, but
after going through it realized it was just an optimization as the CLOCK_ID is
bit 0. Sadly, I didn't catch this while staring at the same code :-(

Nice catch John!

Who wants to respin the patches?

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