I had a problem with 1.44 binary archive thowing bad_allocs and
stream_errors:
http://groups.google.com/group/boost-list/browse_thread/thread/8a871c336554c...
The same code worked fine if I switched to boost-1.43 or to text_archive or
just compiled on Fedora box instead of Ubuntu one...
I finally switched to text_archive.
On 22 September 2010 02:07, Germán Diago
Then your binary data is likely being interpreted as text, especially
since
you don't open the stringstream in binary mode.
I tried to correct the opening of archives in binary mode with no luck. I also tried to send data as plain text with no luck either. I'm using boost 1.44. Can anyone confirm if this is a bug or it's my fault? I bet it's the second, but I can't imagine why :-(. Thanks in advance. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users