On 14 Mar 2013 02:34, <[email protected]> wrote:
> If anything I can only suspect an incorrect garbage collection on the
variable 'Type[] types', unlikely as it is.

That strikes me as improbable. Such a bug would be very likely to have been
observed before. Have a look at System.Types.GetMethod - it throws that
exception not just when types == null, but also when any element in types
is null. I think a more likely source of the bug is an access to
uninitialized memory, a use-after-free or an array overflow somewhere in
the native code of the R to CLR library, leading to a null value in the
array. I would try to rule that out long before looking at the garbage
collector.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to