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/21422] Deadlock in 2.25 pthread_cond_broadcast after process abort


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

--- Comment #9 from Michael Krasnyk <michael.krasnyk at gmail dot com> ---
Thanks for the discussion!

The original issue is https://github.com/Project-OSRM/osrm-backend/issues/3911 
Unfortunately shared condition variables may indeed end up in some inconsistent
state and pthread_cancel will not work due to possible OOM SIGKILL signals.

Mainly the report is about clarification if it is an undefined behavior change
from 2.24 to 2.25 or a regression. 
Without robust conditional variables it will not be possible to make correct
IPC signaling.

Regards,
Michael

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