[Mono-bugs] [Bug 435392] Mono aborts causing iFolder to not function

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 18 17:32:14 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=435392

User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=435392#c11





--- Comment #11 from Zoltan Varga <vargaz at gmail.com>  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.


More information about the mono-bugs mailing list