https://bugzilla.novell.com/show_bug.cgi?id=435392
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=435392#c11 --- Comment #11 from Zoltan Varga <[EMAIL PROTECTED]> 2008-11-18 15:32:13 MST --- Here is the same patch I attached to the other bug report: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Index: mono/metadata/assembly.c =================================================================== --- mono/metadata/assembly.c (revision 112598) +++ mono/metadata/assembly.c (working copy) @@ -1475,7 +1475,6 @@ g_hash_table_insert (ass_loading, (gpointer)GetCurrentThreadId (), loading); mono_assemblies_unlock (); - g_assert (image->assembly == NULL); image->assembly = ass; mono_assembly_load_references (image, status); >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> This just removes the assert which is hit, which is probably safe. Please try it out. -- 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
