id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11728,interprocess::message_queue deadlocked when process exists unexpectedly on Windows,Lingxi Li ,Ion Gaztañaga,"Suppose two processes communicate via a `message_queue`. On Windows operating systems, when either of the two exists unexpectedly (e.g., via a crash or a kill process command), the other gets deadlocked. Attached is code that reproduces the deadlock reliably. First, launch the server process (reader), and then the client process (writer). Kill the server, and the client gets deadlocked within `try_send()`. ",Bugs,new,To Be Determined,interprocess,Boost 1.59.0,Showstopper,,deadlock,igaztanaga@… daniel.kruegler@…