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 14:40:41.000000000 -0400
+++ shadow/79426.tmp.5040       2006-09-20 15:17:47.000000000 -0400
@@ -149,6 +149,46 @@
 with the original mono_get_exception_file_not_found2 signature, I'll 
 revert that change.
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-09-20 14:40 -------
 Just pass NULL.
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-09-20 15:17 -------
+That doesn't work (which I why I changed the signature) as it 
+introduces a SIGSEGV:
+
+=================================================================
+Got a SIGSEGV while executing native code. This usually indicates
+a fatal error in the mono runtime or one of the native libraries 
+used by your application.
+=================================================================
+
+Stacktrace:
+
+  at (wrapper managed-to-native) System.Reflection.Assembly.LoadFrom 
+(string,bool) <0x00004>
+  at (wrapper managed-to-native) System.Reflection.Assembly.LoadFrom 
+(string,bool) <0xffffffff>
+  at System.Reflection.Assembly.LoadFrom (string) <0x0000c>
+  at Test.Main () <0x008fe>
+  at (wrapper runtime-invoke) System.Object.runtime_invoke_int 
+(object,intptr,intptr,intptr) <0xffffffff>
+
+Native stacktrace:
+
+       mono(mono_handle_native_sigsegv+0xf5) [0x81685b5]
+       mono [0x8152553]
+       [0xffffe440]
+       mono(mono_get_exception_file_not_found2+0x1b) [0x80f139b]
+       mono [0x80be846]
+       [0xb7ba1d7b]
+       [0xb7ba1d35]
+       [0xb7b9d7f7]
+       [0xb7b9c7cf]
+       mono(mono_runtime_exec_main+0x13c) [0x80df02c]
+       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]
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to