Beman Dawes wrote
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.
None of the other text_warchive tests (~50) are failing either. It's
a problem which only appears in this one specific case. That's not
to say that test is the problem, it's just that appears in that one case.
I fixed this months ago.
Now that it's been fixed again - the offending test is failing again on
all platforms using libstdc++.
I suggest rolling back the most recent change then everything
should start passing again.
Robert Ramey
--
View this message in context: http://boost.2283326.n4.nabble.com/serialization-libstdc-detail-utf8-codecvt...
Sent from the Boost - Dev mailing list archive at Nabble.com.