Re: [Boost-bugs] [Boost C++ Libraries] #4260: core dump restoring simple archive on 64-bit Solaris

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 12:25:22


#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@…):

 it seems to be the addition of a codecvt facet to the locale, if I use:
 {{{
 new std::locale(std::locale::classic())
 }}}
 as the locale then the test also completes successfully.

 it doesnt seem to be the codecvt_null facet in itself, as if I use:
 {{{
 new std::locale(std::locale::classic(), new
 std::codecvt<char,char,mbstate_t>)
 }}}
 I also get the same crash

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4260#comment:11>
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