Boost C++ Libraries: Ticket #812: Crash on RH machine with gcc < 3.4 https://svn.boost.org/trac10/ticket/812 <pre class="wiki">The following code crshes with Seg.Fault while running on RH machine (kernel 7.1, compiler gcc-3.3.2) #include &lt;boost/regex.hpp&gt; #include &lt;string&gt; #include &lt;stdlib.h&gt; int main() { boost::regex expression("abc"); boost::match_results&lt;std::string::const_iterator&gt; what; boost::match_flag_type flags = boost::match_default; std::string str("abcabc"); if (regex_search( str, what, expression, flags) == true) { printf ("FOUND\n"); } return 0; } Is it a known issue? Thanks, Genia </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/812 Trac 1.4.3 John Maddock Mon, 13 Aug 2007 16:53:25 GMT status, resolution, description changed; severity set https://svn.boost.org/trac10/ticket/812#comment:1 https://svn.boost.org/trac10/ticket/812#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">worksforme</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/812?action=diff&amp;version=1">diff</a>) </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> <p> With apologies for the delay, I've finally got around to dealing with some of the backlog of issues. </p> <p> I can't reproduce this, is this still a problem? </p> Ticket