[Mono-list] VBNC in Mono.

Miguel de Icaza miguel at ximian.com
Sat Sep 9 14:32:01 EDT 2006


Hello,

Sorry to spam the list, but if you see this kind of pattern:

> Object reference not set to an instance of an object
>   at System.Collections.Generic.List`1[System.Object].AddEnumerable (IEnumerable`1 ) [0x00000] in /home/cvs/mcs/class/corlib/System.Collections.Generic/List.cs:117
>   at System.Collections.Generic.List`1[System.Object].AddRange (IEnumerable`1 ) [0x00021] in /home/cvs/mcs/class/corlib/System.Collections.Generic/List.cs:131

in the VB compiler, this is caused by a bug in the runtime, which we are
taking care of:

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

So there is no need to report that (and there is a large class of bugs
caused by this).

Miguel.


More information about the Mono-list mailing list