id summary reporter owner description type status milestone component version severity resolution keywords cc 5939 Problems while trying to deserialize an std::string enmarantispam@… Robert Ramey "To reproduce: Windows XP Sp3 QtCreator 2.2.1 mingw440 for windows as the compiler Write a code that serializes then deserializes an std::string. Enter it in debug mode. For each instance of string deserialized you will get: {{{ HEAP[SerializationTest.exe]: Invalid Address specified to RtlFreeHeap( 003E0000, 0047AC74 ) }}} and the debugger will stop at: {{{ template bool basic_xml_grammar::parse_string(IStream & is, StringType & s){ ... s = rv.contents; }}} It wont halt the application and deserialization seems to work but this completely messes up debug sessions because amount of stops at these alarms quickly gets unbearable. " Bugs closed To Be Determined serialization Boost 1.47.0 Problem wontfix serialize std:;string