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/14417] EAGAIN handling in pthread_cond_wait make pulseaudio hang


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

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #6 from Rich Felker <bugdal at aerifal dot cx> 2012-08-04 20:49:17 UTC ---
I would hesitate to try fixing this without also looking at and possibly fixing
bug #12875. The whole sequence number wakeup thing for condition variables is
fundamentally broken in NPTL and needs to be fixed. Basically the issue is that
the current code is over-engineered to avoid spurious wakeups, but in the
process it suppresses some non-spurious wakeups...

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]