$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [serialization] [libstdc++] [detail] utf8_codecvt_facet fixes broke serialization test_array_xml_warchive
From: Beman Dawes (bdawes_at_[hidden])
Date: 2014-09-04 10:48:25
The specific crash message is:
*** Error in
`../../../bin.v2/libs/serialization/test/test_array_xml_warchive.test/clang-linux-libstdcpp/debug/test_array_xml_warchive':
double free or corruption (!prev): 0x00000000015f6f90 ***
It occurs for clang, gcc, and intel compilers, using libstdc++. It does not
occur with clang using libc++. It does not occur with msvc 10.0, 11.0, or
12.0.
None of the other libraries (filesystem, log, program_options,
property_tree) that use utf8_codecvt_facet are failing on develop.
This is mainly a heads up to let people know that the serialization problem
in develop is being worked on, but it may be a day or two before I have a
fix.
--Beman