
There are no "known" issues. In fact the system has no known bugs either. LOL - of course the function of this list is to address the problem. I haven't heard of anyone having this problem. You might investigate a little by seeing if occurs just in xml or in other archives as well. Robert Ramey Christopher Gillett wrote:
I am serializing a LOT of objects, one per file. I can create XML for many thousands of objects with no issue. However, when trying to load a few hundred objects (using a separate program, btw) I am hitting a boost::archive::archive_exception with a stream error while loading around the 161st file, which I believe based on stack traces is coming from within boost::archive::basic_xml_grammar<char>::parse_end_tag ().
The approach I'm taking is fairly textbook, so I'm curious if there are known issues with loading a lot of files, etc.
Any advice appreciate.
Thanks, Chris Gillett