[Mono-bugs] [Bug 81208][Nor] Changed - MonoType.get_AssemblyQualifiedName crashes on pointer types

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 26 06:44:43 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-26 05:41:26.000000000 -0500
+++ shadow/81208.tmp.14734	2007-03-26 05:44:43.000000000 -0500
@@ -1,22 +1,21 @@
 Bug#: 81208
 Product: Mono: Runtime
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 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.
@@ -33,6 +32,16 @@
 Fix in SVN at revision 74793.
 
 ------- Additional Comments From mono at evain.net  2007-03-26 05:41 -------
 Created an attachment (id=18957)
 Proposed patch to the patch
 
+
+------- Additional Comments From mono at evain.net  2007-03-26 05:44 -------
+I some cases (I have not investigated), it appears that for some
+corlib types (like void or byte), the klass of the element type of the
+pointer (type->data.type->data.klass) is not initialized.
+
+The last patch in bugzilla fixes my issue, but I don't know if the
+issue is more severe as I can see it, and if it needs a fix somewhere
+else.
+


More information about the mono-bugs mailing list