Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79211 --- shadow/79211 2006-09-06 13:55:42.000000000 -0400 +++ shadow/79211.tmp.24663 2006-09-08 23:49:03.000000000 -0400 @@ -100,6 +100,15 @@ mono_runtime_class_init (vtable); ------- Additional Comments From [EMAIL PROTECTED] 2006-09-06 13:55 ------- The lookup still fails after adding the given line. + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-08 23:49 ------- +When it uses the mono internal functions to check the values of the +static variables, it looks like a valid lookup. It finds I4 fields at +offsets 0 and 4. It checks those and returns -1 for each of them. + +There must be some other static class variables somewhere else in the +mono runtime. Any suggestions on where to proceed in debugging this +issue? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
