Descriptionmac: Add a hack to condition_variable_posix.cc to avoid a crash.
The Darwin pthreads subsystem has a bug that can cause the program to crash if a
conditional variable is destroyed after it has been signalled, but before it has
been waited on. This hack is a solution proposed by Apple in its own developer
forums.
BUG=517681
Committed: https://crrev.com/9c98c005f4ea59dd9425a4ee5d4e278f1c00ad8c
Cr-Commit-Position: refs/heads/master@{#347736}
Patch Set 1 #Patch Set 2 : #
Total comments: 4
Messages
Total messages: 12 (2 generated)
|