$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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