id summary reporter owner description type status milestone component version severity resolution keywords cc 3459 Xpressive - Redundant search pattern causes fatal crash Eric Schwarz Eric Niebler "Using Xpressive with dynamic regexes. If a ':' appears two times in a search pattern expression the programm will crash. One ':' must be at the very beginning the other at the end of the expression. This may hold true for other cases, however not tested yet. #include #include #include using namespace std; using namespace boost; using namespace boost::xpressive; int main() { sregex rex = sregex::compile( ""[:digit:]"" ); return 0; }" Bugs closed Boost 1.41.0 xpressive Boost 1.40.0 Showstopper invalid Xpressive core dumped fatal crash master.universe@…