Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6985: regex_regress_threaded randomly crashes in ICU interface tests
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-07-10 17:04:06
#6985: regex_regress_threaded randomly crashes in ICU interface tests
--------------------------------------------+-------------------------------
Reporter: Clifford Hung <chung@â¦> | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: regex
Version: Boost Development Trunk | Severity: Showstopper
Resolution: | Keywords:
--------------------------------------------+-------------------------------
Comment (by johnmaddock):
Nothing special, for the ICU version installed via Ubuntu's package
manager it's just:
{{{
cd libs/regex/test
bjam
}}}
And ICU is found and used OK.
For versions I built, it's the normal:
{{{
./configure --prefix=some-local-path
make
make install
}}}
For ICU, and then:
{{{
export LD_LIBRARY_PATH=some-local-path/bin
bjam -sICU_PATH=some-local-path
}}}
For regex.
The errors you're getting smell like some sort of misconfiguration -
mismatched link and runtime ICU versions? But it's hard to tell for sure.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6985#comment:7> 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:10 UTC