Boost C++ Libraries: Ticket #2285: Two segfaults https://svn.boost.org/trac10/ticket/2285 <p> This is on Suse Linux Enterprise Server 10 with no updates. I've attached /etc/site-config.jam and the build log. The build command in <code>libs/interprocess/test</code> was: </p> <div class="wiki-code"><div class="code"><pre>~/bin/bjam -sHAVE_ICU<span class="o">=</span><span class="m">1</span> -sEXPAT_INCLUDE<span class="o">=</span>/usr/include -sEXPAT_LIBPATH<span class="o">=</span>/usr/lib64 --debug-configuration -j4 release --build-dir<span class="o">=</span>/zorak/sles/build <span class="nv">cxxflags</span><span class="o">=</span>-Wno-non-virtual-dtor flat_tree_test iunordered_set_index_allocation_test -a </pre></div></div><p> I can give you access to the system if you need to debug it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2285 Trac 1.4.3 Dave Abrahams Thu, 04 Sep 2008 20:53:08 GMT attachment set https://svn.boost.org/trac10/ticket/2285 https://svn.boost.org/trac10/ticket/2285 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">site-config.jam</span> </li> </ul> <p> Site Configuration </p> Ticket Dave Abrahams Thu, 04 Sep 2008 20:53:40 GMT attachment set https://svn.boost.org/trac10/ticket/2285 https://svn.boost.org/trac10/ticket/2285 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">interprocess.log</span> </li> </ul> <p> Build log </p> Ticket Ion Gaztañaga Tue, 09 Sep 2008 20:16:28 GMT <link>https://svn.boost.org/trac10/ticket/2285#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2285#comment:1</guid> <description> <p> I've reproduced some release problems with latest GCC. Still no idea why. Thanks for the report. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Dave Abrahams</dc:creator> <pubDate>Sun, 14 Sep 2008 08:52:03 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2285#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2285#comment:2</guid> <description> <p> More information: with the compiler I'm testing, it fails with </p> <ul><li>-Os </li><li>-O2 </li><li>-O2 -fno-strength-reduce </li><li>and -O3 </li></ul><p> but not with -O1. This compiler is thought to have some optimization bugs, but if it's also failing with the latest GCC, I'm not sure who is to blame. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Dave Abrahams</dc:creator> <pubDate>Sun, 14 Sep 2008 09:22:32 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2285#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2285#comment:3</guid> <description> <p> With my GCC-4.3.1, -Os ICEs the compiler and -O3 reproduces the crash. </p> <p> With my GCC-4.2.3, both -Os and -O3 pass. </p> <p> At least one bug report to the GCC team is in order. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Wed, 24 Dec 2008 22:37:24 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/2285#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2285#comment:4</guid> <description> <p> Latest SVN code (that replaces some C casts with C++ new casts) is running fine on Mingw gcc 4.3.0 and variant=release. Can you confirm if your problem is also fixed? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ion Gaztañaga</dc:creator> <pubDate>Wed, 25 Mar 2009 17:47:38 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/2285#comment:5 https://svn.boost.org/trac10/ticket/2285#comment:5 <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> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.37.0</span> → <span class="trac-field-new">Boost 1.39.0</span> </li> </ul> <p> No more issues reported and tests seem fine. If the problem reappears, I'll reopen the bug. </p> Ticket