[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:34:43 -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 vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=60296

--- shadow/60296	2004-06-16 16:19:26.000000000 -0400
+++ shadow/60296.tmp.17915	2004-06-16 16:34:43.000000000 -0400
@@ -70,6 +70,10 @@
 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.
+
+------- Additional Comments From vargaz@freemail.hu  2004-06-16 16:34 -------
+The perfect solution would be to modify monodis so it can print out
+some metadata tables even if the assembly can't be loaded completely.