Boost C++ Libraries: Ticket #6382: test_intermod_holder crashes with Visual C++ 2010 https://svn.boost.org/trac10/ticket/6382 <p> I'm running regression tests on Windows 7 (64-bit) using Visual Studio 2010 against current trunk <a class="changeset" href="https://svn.boost.org/trac10/changeset/76408" title="Need to enable the basic_handle class when object_handle is supported.">r76408</a>. </p> <p> I noticed test_intermod_holder crashes with access violation </p> <p> At the <a href="http://www.boost.org/development/tests/trunk/developer/flyweight.html">flyweight regression tests report</a> I see that this test fails on all/most Windows machines (my machine is <a href="http://www.boost.org/development/tests/trunk/mloskot-x86_32-msvc10.html">mloskot-x86_32-msvc10</a>) </p> <p> Screenshot with debugger showing location of the crash attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6382 Trac 1.4.3 Mateusz Loskot Wed, 11 Jan 2012 11:26:50 GMT attachment set https://svn.boost.org/trac10/ticket/6382 https://svn.boost.org/trac10/ticket/6382 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">test_intermod_holder.png</span> </li> </ul> <p> VS2010 debugger presenting the crash state/location. </p> Ticket Mateusz Loskot Wed, 11 Jan 2012 12:57:18 GMT <link>https://svn.boost.org/trac10/ticket/6382#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6382#comment:1</guid> <description> <p> FYI, the test also crashes during regression tests against branches/release </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Mateusz Loskot</dc:creator> <pubDate>Thu, 12 Jan 2012 11:26:22 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6382#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6382#comment:2</guid> <description> <p> Here is related discussion and solution explained (reminded) on boost-testing ml: <a class="ext-link" href="http://lists.boost.org/boost-testing/2012/01/6991.php"><span class="icon">​</span>#6382: test_intermod_holder crashes with Visual C++ 2010</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joaquín M López Muñoz</dc:creator> <pubDate>Fri, 13 Jan 2012 06:51:57 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6382#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6382#comment:3</guid> <description> <p> Reduced to a problem in Boost.Interprocess: </p> <p> <a class="ext-link" href="http://lists.boost.org/Archives/boost/2012/01/189577.php"><span class="icon">​</span>(interprocess) Crash of singleton_module in Windows</a> </p> <p> Will keep this ticket open until the above issue gets dealt with. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joaquín M López Muñoz</dc:creator> <pubDate>Wed, 18 Jan 2012 20:56:59 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6382#comment:4 https://svn.boost.org/trac10/ticket/6382#comment:4 <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> Boost.Interprocess bug fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/76577" title="Fixes #6398: intermodule_singleton crash in Windows">[76577]</a>. </p> Ticket