[Mono-bugs] [Bug 423450] [Regression] Mono does not find library causing banshee to crash

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Sep 9 11:36:23 EDT 2008


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

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





--- Comment #26 from Zoltan Varga <vargaz at gmail.com>  2008-09-09 09:36:22 MDT ---
The later.

Could you try this patch (on top of the other patch):

Index: GType.cs
===================================================================
--- GType.cs    (revision 112560)
+++ GType.cs    (working copy)
@@ -160,6 +160,9 @@
                        visited [asm] = asm;
                        Type result = asm.GetType (type_name);
                        if (result == null) {
+                               if (asm is
System.Reflection.Emit.AssemblyBuilder)
+                                       /* These don't support Location */
+                                       return null;
                                string asm_dir = Path.GetDirectoryName
(asm.Location);
                                foreach (AssemblyName ref_name in
asm.GetReferencedAssemblies ()) {
                                        Assembly ref_asm;


-- 
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.


More information about the mono-bugs mailing list