[Mono-dev] mcs bug breaks MD build
Alexandre Gomes
alexmipego at gmail.com
Sun Oct 2 07:50:37 EDT 2005
In revision #51007 the mcs/suport.cs file has broken the MD build. The
problem is when mcs tries to assign the SeekableStreamReader.Position it
trows an Exception "can't seek that far back: 0". After looking the old
code I guess that the problem can be related to this removed code:
if (value == 0) // Skip preamble
value = preamble_size;
Just a guess... anyway I reverted my file copy to 51006 and it is
working ok.
More information about the Mono-devel-list
mailing list