[Mono-bugs] [Bug 28194][Min] Changed - UnmanagedType implementation needs to be finished.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
4 Oct 2002 06:07:23 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=28194
--- shadow/28194 Thu Oct 3 18:23:17 2002
+++ shadow/28194.tmp.6100 Fri Oct 4 02:07:23 2002
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: kiwnix@yahoo.es
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: When calling sizeof(string) mono gets a Trace/breakpoint trap
+Summary: UnmanagedType implementation needs to be finished.
Description of Problem:
When you call sizeof(string) mono halts with a:
** ERROR **: file jit.c: line 3447 (mono_analyze_stack): assertion failed:
(szclass->valuetype)
@@ -65,6 +65,11 @@
Reopening the bug
------- Additional Comments From miguel@ximian.com 2002-10-03 18:23 -------
Reset priority to minor, as MCS will now catch this error, but the
others not.
+
+------- Additional Comments From miguel@ximian.com 2002-10-04 02:07 -------
+The TypeManager.IsUnmanagedType function still has to verify that all
+the fields in a struct are unmanaged types.
+