id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 812,Crash on RH machine with gcc < 3.4,nobody,John Maddock,"{{{ The following code crshes with Seg.Fault while running on RH machine (kernel 7.1, compiler gcc-3.3.2) #include #include #include int main() { boost::regex expression(""abc""); boost::match_results 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 }}}",Support Requests,closed,,regex,None,Problem,worksforme,,