[Mono-devel-list] [REGRESSION] Change in mono runtime caused Nemerle do stop bootstraping
Kamil Skalski
nazgul at nemerle.org
Tue Mar 1 06:32:49 EST 2005
Dnia wtorek, 1 marca 2005 11:19, Paolo Molaro napisał:
> Increasing/decreasing the value and checking if nemerle works should point
> out for which type the GC descriptor is computed incorrectly.
> Or you can file a bug with details we can use to find the issue.
With value 200 I get some other behaviour:
typed alloc disabled for System.Security.Permissions.SecurityPermissionFlag
typed alloc disabled for Nemerle.Compiler.BailOutException
error: internal compiler error: got some unknown exception Exception of type
Nemerle.Core.NullMatchException was thrown.
in <0x000d6> Nemerle.Collections.List:Length (Nemerle.Core.list x)
in <0x0007c> Nemerle.Compiler.NemerleMethod:.ctor
(Nemerle.Compiler.TypeBuilder par, Nemerle.Compiler.Parsetree.Function f,
Boolean is_property)
in <0x00012> Nemerle.Compiler.NemerleMethod:.ctor
(Nemerle.Compiler.TypeBuilder par, Nemerle.Compiler.Parsetree.Function f)
Now some null value is passed to List.Length, which isn't a normal thing also.
Kamil
More information about the Mono-devel-list
mailing list