Boost C++ Libraries: Ticket #1210: interprocess::barrier hangs during second use under linux (boost 1.33.1) https://svn.boost.org/trac10/ticket/1210 <p> I tried to use interprocess::barrier for synchronizing threads from different processes. Under windows it works fine, but under linux it hangs if I want to use barrier object second time. Workaround I found: destroy barrier after first usage and create it again - it works for both platforms. </p> <p> Regards Bogdan </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1210 Trac 1.4.3 Ion Gaztañaga Fri, 01 Apr 2011 21:33:59 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1210#comment:1 https://svn.boost.org/trac10/ticket/1210#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> <p> Could not reproduce the bug </p> Ticket