[Mono-bugs] [Bug 81208][Nor] New - MonoType.get_AssemblyQualifiedName crashes on pointer types
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Mar 21 21:29:23 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 mono at evain.net.
http://bugzilla.ximian.com/show_bug.cgi?id=81208
--- shadow/81208 2007-03-21 20:29:23.000000000 -0500
+++ shadow/81208.tmp.18677 2007-03-21 20:29:23.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 81208
+Product: Mono: Runtime
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: mono at evain.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: MonoType.get_AssemblyQualifiedName crashes on pointer types
+
+Type t = Type.GetType ("System.Byte*");
+Console.WriteLine ("AssemblyQualifiedName: " + t.AssemblyQualifiedName);
+
+Result in a SIGSEV.
More information about the mono-bugs
mailing list