[Mono-devel-list] [REGRESSION] Change in mono runtime caused Nemerle do stop bootstraping
Paolo Molaro
lupus at ximian.com
Tue Mar 1 09:06:26 EST 2005
On 03/01/05 Kamil Skalski wrote:
> The smallest value for which it fails is 160. The trace is:
Thanks.
As a quick fix, change the lines:
/* It seems there are issues when the bitmap doesn't fit: play it safe */
if (max_set > 30) {
to
/* It seems there are issues when the bitmap doesn't fit: play it safe */
if (max_set >= 30) {
in object.c.
I'm going to debug why there is a failure when the extended descriptors are
used by libgc.
lupus
--
-----------------------------------------------------------------
lupus at debian.org debian/rules
lupus at ximian.com Monkeys do it better
More information about the Mono-devel-list
mailing list