[Mono-bugs] [Bug 60296][Wis] Changed - monodis segfaults when one dependency cannot be resolved
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Jun 2004 16:19:26 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60296
--- shadow/60296 2004-06-16 16:17:45.000000000 -0400
+++ shadow/60296.tmp.17246 2004-06-16 16:19:26.000000000 -0400
@@ -62,6 +62,14 @@
showstopper for gtk-sharp packages.
------- Additional Comments From jackson@ximian.com 2004-06-16 16:17 -------
Created an attachment (id=8206)
proposed patch
+
+------- Additional Comments From jackson@ximian.com 2004-06-16 16:19 -------
+The issue is that it is legal for mono_assembly_load_from to return
+NULL and we are not checking for that. Using this patch you will still
+get warnings about assemblies failing to load, and an error message at
+the end of the run, but no segfault.
+
+This patch is pending approval as we are in a bit of a code lockdown.