https://bugzilla.novell.com/show_bug.cgi?id=668489
https://bugzilla.novell.com/show_bug.cgi?id=668489#c1 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Zoltan Varga <[email protected]> 2011-02-01 11:23:04 UTC --- I can't repro this under amd64 linux. The relevant code is: if (!helper->slot) mono_class_setup_vtable (obj_array); g_assert (helper->slot); Which doesn't look racy to me. mono_marshal_get_virtual_stelemref () is a bit racy tough. Could you try the attached patch ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
