id summary reporter owner description type status milestone component version severity resolution keywords cc 1667 Using managed_shared_memory condition variables on Win32 can lead to deadlock on crash joe1chen@… Ion Gaztañaga The problem is that on Win32 the conditon variable implementation is emulated. The problem ultimately lies with the interprocess_mutex used by the condition variable. If an application crashed while holding the mutex, then other applications trying to acquire the mutex will wait indefinitely. Feature Requests closed Boost 1.36.0 interprocess Boost Development Trunk Problem wontfix