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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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; _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
