Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7606: u32regex causes bus error
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-11-30 17:56:29
#7606: u32regex causes bus error
-----------------------------------------+----------------------------------
Reporter: a.sanders@⦠| Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: regex
Version: Boost 1.51.0 | Severity: Problem
Resolution: | Keywords:
-----------------------------------------+----------------------------------
Comment (by anonymous):
Some supplementary questions before we get too involved:
1) Is
{{{
regex e("[pq]\\.\\.[xy]");
}}}
OK?
2) Is:
{{{
wregex we(L"[pq]\\.\\.[xy]");
}}}
OK?
3) Are their multiple versions of ICU installed on this system? Any
chance there's a mismatch between the headers included and libraries
loaded, or between the version used when Boost was built, and the one used
by the test program?
4) Do the regex tests run OK? To run, cd into libs/regex/test and do a
"bjam toolset=sun". Assuming ICU is installed in the usual location, you
should see a message at the start to say it's being used/tested.
Thanks again! John.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7606#comment:12> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC