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/8a871c336554c317/228acd2bf0c7e9eb?pli=1

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 <germandiago@gmail.com> wrote:
>
> 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.
_______________________________________________