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/19089] Robust mutexes do not take ROBUST_LIST_LIMIT into account


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

--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
It is not possible to check for the limit at pthread_mutex_init time because
the mutex could have been created in another process, and the limit is really a
lock count limit.

I requested a clarification of the POSIX specification:
http://austingroupbugs.net/view.php?id=988

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