Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4260: core dump restoring simple archive on 64-bit Solaris
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-07-13 09:47:03
#4260: core dump restoring simple archive on 64-bit Solaris
----------------------------------------+-----------------------------------
Reporter: crispin.boylan@⦠| Owner: ramey
Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: serialization
Version: Boost 1.43.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------+-----------------------------------
Comment (by crispin.boylan@â¦):
i seem to have made some progress:
if I comment out lines 129-137 in
./boost/archive/impl/basic_text_iprimitive.ipp
and rebuild the library my test runs through to completion.
the lines are:
{{{
129 // if(! no_codecvt){
130 // archive_locale.reset(
131 // add_facet(
132 // std::locale::classic(),
133 // new codecvt_null<BOOST_DEDUCED_TYPENAME
IStream::char_type>
134 // )
135 // );
136 // is.imbue(* archive_locale);
137 // }
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4260#comment:10> 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:03 UTC