Boost C++ Libraries: Ticket #1211: Interprocess tests hang when run in parallel. https://svn.boost.org/trac10/ticket/1211 <p> My Linux x86 Ubuntu test box hung when it tried to run the map_index_allocation_test and named_recursive_mutex_test tests at the same time. This was brought up in the list previously and it seems it hasn't been really fixed yet. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1211 Trac 1.4.3 René Rivera Fri, 24 Aug 2007 23:05:03 GMT <link>https://svn.boost.org/trac10/ticket/1211#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1211#comment:1</guid> <description> <p> FYI... I've disabled testing of interprocess until this is fixed. (see change <a class="ext-link" href="http://svn.boost.org/trac/boost/changeset/38913"><span class="icon">​</span>38913</a>) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Mon, 27 Aug 2007 16:22:18 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1211#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1211#comment:2</guid> <description> <p> I re-enabled the tests. Ion, when some more machines run the tests successfully feel free to close this ticket. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Tue, 28 Aug 2007 14:00:19 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1211#comment:3 https://svn.boost.org/trac10/ticket/1211#comment:3 <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">fixed</span> </li> </ul> <p> Shared memory segments and mapped files used in tests are created using the process id to avoid conflicts in parallel tests. Tests are working fine again. </p> Ticket