[Mono-bugs] [Bug 79426][Nor] Changed - [PATCH] Assembly loader failures result in FileNotFoundException with message equal to filename
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 20 15:58:44 EDT 2006
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 at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79426
--- shadow/79426 2006-09-20 15:17:47.000000000 -0400
+++ shadow/79426.tmp.5702 2006-09-20 15:58:44.000000000 -0400
@@ -189,6 +189,13 @@
mono(mono_runtime_run_main+0x21f) [0x80df2bf]
mono(mono_main+0xf07) [0x805d5f7]
mono [0x805c23e]
/lib/tls/libc.so.6(__libc_start_main+0xdc) [0xb7deeeec]
mono [0x805c181]
+
+------- Additional Comments From vargaz at gmail.com 2006-09-20 15:58 -------
+Just change the following line in file_not_found2:
+ MonoString *s = mono_string_new (mono_domain_get (), msg);
+to
+ MonoString *s = msg ? mono_string_new (mono_domain_get (),
+msg) : NULL;
More information about the mono-bugs
mailing list