From: Nick Sieger Date: 2006-10-27T06:34:20+09:00 Subject: Re: Trouble with Marshal ------=_Part_35584_7577961.1161898457710 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 10/26/06, Gavin Kistner wrote: > > > I'm trying to pare it down to a simple test case. (Right now it's a 4MB > Marshal file.) As I do that, however...is there something obvious that > I'm doing wrong in the above code? Wild guess, but can you try opening the file with "wb+"? The marshal format is binary, isn't it, so the windows line ending could make a difference. /Nick ------=_Part_35584_7577961.1161898457710--