Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3005: boost serialization crashes on deserializing, when upgrading from 1.34 to 1.37
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-16 21:43:17
#3005: boost serialization crashes on deserializing, when upgrading from 1.34 to
1.37
-----------------------------------+----------------------------------------
Reporter: david.tien_at_[hidden] | Owner: ramey
Type: Bugs | Status: new
Milestone: Boost 1.39.0 | Component: serialization
Version: Boost 1.37.0 | Severity: Problem
Resolution: | Keywords:
-----------------------------------+----------------------------------------
Comment(by ramey):
"Additional comments: 1. opening the data in windows, saving, then
reopening it on Linux works."
Looking at this here is an idea.
a) take a file that crashes when loading from linux.
b) Loaded it with windows and save it to another file
c) Verify that it can now be loaded with linux
d) Now diff the two files. This should highlight where the difference is.
It will likely show some error in the way the data was serialized for the
linux machine in the previous version.
e) To verify that the problem has since been fixed, Load the file with
linux and save it to a THIRD file. Verify that the Third file is in fact
idenitical to the second file.
Robert Ramey
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3005#comment:1> 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:00 UTC