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/14652] Cancelling a pthread_cond_wait with PRIO_INHERIT mutex causes a deadlock


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

--- Comment #3 from Rich Felker <bugdal at aerifal dot cx> 2012-10-03 13:14:47 UTC ---
OK, then I think this suggests an approach for fixing the bug elsewhere:
replacing the "enable ascync cancel ; make syscall ; disable async cancel"
approach currently in use with an asm function that makes the syscall using the
proper exception tables.

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