[Mono-list] Possible JIT bug

Jonathan Pryor jonpryor@vt.edu
Wed, 19 Jan 2005 06:34:54 -0500


On Wed, 2005-01-19 at 08:51 +0200, Mike Welham wrote:
> I've been working with multidimensional arrays and have run into some
> code that compiles fine with both mcs and Microsoft's C# compiler, runs
> fine in Microsoft's runtime and with mint, but throws a
> NullReferenceException with mono. 

I can confirm that this also generates a NullReferenceException on svn-
HEAD (as of yesterday afternoon, anyway).

I've added this to bugzilla: 

	http://bugzilla.ximian.com/show_bug.cgi?id=71454

 - Jon