$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-03-21 05:37:59
> 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.