Boost logo

Boost Users :

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net