https://bugzilla.novell.com/show_bug.cgi?id=655928
https://bugzilla.novell.com/show_bug.cgi?id=655928#c1 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Zoltan Varga <[email protected]> 2010-12-01 07:18:52 UTC --- This looks like some kind of GC problem: #4 0x081edbf9 in resolve_object (image=0x227000, obj=0xc4eee0, handle_class=0xffc69b1c, context=0x0) at reflection.c:11754 11754 if (strcmp (obj->vtable->klass->name, "String") == 0) { Here 'obj' is an object put into assembly->tokens in mono_image_insert_string (). It is a valid object at that time, 'tokens' has GC tracking, and 'assembly' is allocated using GC_MALLOC. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
