[Mono-bugs] [Bug 77700][Maj] New - SIGSEGV in Type.Equal

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Mar 4 06:16:43 EST 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 marek.safar at seznam.cz.

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

--- shadow/77700	2006-03-04 06:16:43.000000000 -0500
+++ shadow/77700.tmp.26794	2006-03-04 06:16:43.000000000 -0500
@@ -0,0 +1,64 @@
+Bug#: 77700
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: marek.safar at seznam.cz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SIGSEGV in Type.Equal
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. 
+
+using System;
+
+class Test {
+
+	static int Main () {
+		typeof (Test).Equals (null);
+		return 0;
+	}
+}
+
+Actual Results:
+
+=================================================================
+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:
+
+in (wrapper managed-to-native) System.Type:Equals (System.Type) <0x4>
+in (wrapper managed-to-native) System.Type:Equals (System.Type) <0xfffffff1>
+in Test:Main () <0x11>
+in (wrapper runtime-invoke) System.Object:runtime_invoke_int
+(object,intptr,intp
+tr,intptr) <0xfec4406e>
+
+This application has requested the Runtime to terminate it in an unusual way.
+Please contact the application's support team for more information.
+
+Expected Results:
+
+No crash.
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list