[Mono-dev] DeflateStream : bit length overflow
Paolo Molaro
lupus at ximian.com
Wed Jul 4 09:55:49 EDT 2007
On 07/03/07 Jonathan Gagnon wrote:
> 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?
What version of mono are you using? What is the output of:
ldd /path/to/libMonoPosixHelper.so
That message is some debug output that should happen only if you compile
with the DEBUG #define enabled, which we don't.
lupus
--
-----------------------------------------------------------------
lupus at debian.org debian/rules
lupus at ximian.com Monkeys do it better
More information about the Mono-devel-list
mailing list