[Mono-bugs] [Bug 76661][Nor] Changed - runtime handles missing assemblies/classes etc. ungracefully

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 28 18:51:24 EDT 2007


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 gert.driesen at pandora.be.

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

--- shadow/76661	2007-03-28 15:27:15.000000000 -0500
+++ shadow/76661.tmp.4822	2007-03-28 17:51:24.000000000 -0500
@@ -120,6 +120,94 @@
 Gzipped tar containing repro
 
 
 ------- Additional Comments From vargaz at gmail.com  2007-03-28 15:27 -------
 The testcase works here (throws a TypeLoadException).
 
+
+------- Additional Comments From gert.driesen at pandora.be  2007-03-28 17:51 -------
+Here's the SIGSEGV I get using SVN head (on both 1.0 and 2.0 
+profile):
+
+** (a.exe:7317): WARNING **: The following assembly referenced 
+from /home/monohead/mono-test-
+projects/fixed/standalone/bug76661/a.exe could not be loaded:
+     Assembly:   b    (assemblyref_index=1)
+     Version:    0.0.0.0
+     Public Key: (none)
+The assembly was not found in the Global Assembly Cache, a path 
+listed in the MONO_PATH environment variable, or in the location of 
+the executing assembly (/home/monohead/mono-test-
+projects/fixed/standalone/bug76661/).
+
+
+** (a.exe:7317): WARNING **: Could not load file or assembly 'b, 
+Version=0.0.0.0, Culture=neutral' or one of its dependencies.
+Stacktrace:
+
+
+Native stacktrace:
+
+	mono [0x816a0de]
+	mono [0x8154133]
+	[0xffffe440]
+	mono(mono_object_new+0x18) [0x80db448]
+	mono(mono_exception_from_name_two_strings+0x4b) [0x80eeb6b]
+	mono(mono_get_exception_file_not_found2+0x52) [0x80ef302]
+	mono [0x80d5341]
+	mono [0x8100a59]
+	mono(mono_class_vtable+0x13f) [0x80d9b5f]
+	mono(mono_object_new+0x18) [0x80db448]
+	mono(mono_exception_from_name_two_strings+0x4b) [0x80eeb6b]
+	mono(mono_get_exception_file_not_found2+0x52) [0x80ef302]
+	mono [0x80d5341]
+	mono [0x8100a59]
+	mono(mono_class_vtable+0x13f) [0x80d9b5f]
+	mono(mono_object_new+0x18) [0x80db448]
+	mono(mono_exception_from_name_domain+0x2f) [0x80eea1f]
+	mono(mono_exception_from_name+0x28) [0x80eea98]
+	mono(mono_exception_from_name_msg+0x24) [0x80eec64]
+	mono [0x81538fd]
+	mono [0x8153f95]
+	mono(mono_runtime_exec_main+0x60) [0x80dc500]
+	mono(mono_runtime_run_main+0x21f) [0x80dc86f]
+	mono(mono_main+0xfeb) [0x805914b]
+	mono [0x8057c7e]
+	/lib/tls/libc.so.6(__libc_start_main+0xdc) [0xb7d53eec]
+	mono [0x8057bc1]
+
+Debug info from gdb:
+
+Using host libthread_db library "/lib/tls/libthread_db.so.1".
+[Thread debugging using libthread_db enabled]
+[New Thread -1210853696 (LWP 7317)]
+[New Thread -1219339344 (LWP 7319)]
+[New Thread -1213637712 (LWP 7318)]
+0xffffe410 in ?? ()
+  3 Thread -1213637712 (LWP 7318)  0xffffe410 in ?? ()
+  2 Thread -1219339344 (LWP 7319)  0xffffe410 in ?? ()
+  1 Thread -1210853696 (LWP 7317)  0xffffe410 in ?? ()
+
+Thread 3 (Thread -1213637712 (LWP 7318)):
+#0  0xffffe410 in ?? ()
+#1  0xb7a95458 in ?? ()
+#2  0x081f9610 in ?? ()
+#3  0x00000000 in ?? ()
+
+Thread 2 (Thread -1219339344 (LWP 7319)):
+#0  0xffffe410 in ?? ()
+#1  0xb7525288 in ?? ()
+#2  0x00000001 in ?? ()
+#3  0x00000000 in ?? ()
+
+Thread 1 (Thread -1210853696 (LWP 7317)):
+#0  0xffffe410 in ?? ()
+#1  0xbff1592c in ?? ()
+#2  0x00000000 in ?? ()
+#0  0xffffe410 in ?? ()
+
+
+=================================================================
+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.
+=================================================================


More information about the mono-bugs mailing list