Hi,
 
The following messages are sent to the console when using the DeflateStream
class in Mono :
 
bit length overflow
code 4 bits 6->7

The compression is working correctly, so it seems like some kind of debug
trace.
 
I did a grep on the sources to see where it comes from, and I found this
line inside the mono/support/trees.c file :
 
    Trace((stderr,"\nbit length overflow\n"));

Is this something that shouldn't have been checked in?
 
Thanks,
 
Jonathan
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to