Boost logo

Boost Users :

Subject: Re: [Boost-users] [regex] segfault from construction
From: Andrew Troschinetz (ast_at_[hidden])
Date: 2008-11-25 12:31:29


On Nov 25, 2008, at 9:22 AM, Dmitry V. Krivenok wrote:

> I tested your example with the latest version of boost and also got
> segfault.
>
> ...

Just to confirm, this looks exactly like what I'm seeing on my end.
Just to note, I can actually recreate the error just by attempting a
simple:

#include <boost/regex.hpp>
int main() { boost::regex ("test"); return 0; }

I hate to have to turn to regcomp/regexec, Boost.Regex is so nice :(

--
Andrew Troschinetz
Applied Research Laboratories

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