[Mono-osx] DeflateStream constructor always out-of-memories

alwin alwin at majic-12.nl
Mon Oct 31 12:13:13 EST 2005


hi list,

i tried to do some compression using the GZipStream class and the deflate constructor crashes.

try to compile and run : http://blogs.msdn.com/bclteam/archive/2005/06/15/429542.aspx

Unhandled Exception: System.OutOfMemoryException: Out of memory.                                                                                                       
in <0x001b0> System.IO.Compression.DeflateStream:.ctor (System.IO.Stream compressedStream, CompressionMode mode, Boolean leaveOpen, Boolean gzip)
in <0x0002c> System.IO.Compression.DeflateStream:.ctor (System.IO.Stream compressedStream, CompressionMode mode)                                                       
in (wrapper remoting-invoke-with-check) System.IO.Compression.DeflateStream:.ctor (System.IO.Stream,System.IO.Compression.CompressionMode)
in <0x00050> MGZip:Compress (System.IO.Stream source, System.IO.Stream destination)                                                                                    
in <0x00488> MGZip:Main (System.String[] args)

anybody got thesame problems? (using mono 1.1.9.1, i can supply mmore info if needed)

alwin


More information about the Mono-osx mailing list