21 Mar
2006
21 Mar
'06
10:37 a.m.
I have created a little test program, and when it gets to the following line of code it core dumps.
boost::regex Exp( "[0-9]" );
This happens when I link both statically or dynamically.
Any insights into what might be the problem would be greatly appreciated.
No idea, can you please: 1) add a try catch block and verify that the dump isn't a result of an uncaught exception. 2) provide a backtrace? John.