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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2007-03-26 05:41 ------- Created an attachment (id=18957) Proposed patch to the patch + +------- Additional Comments From [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
