[Mono-bugs] [Bug 28194][Blo] Changed - When calling sizeof(string) mono gets a Trace/breakpoint trap
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
3 Oct 2002 05:54:40 -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 Fri Jul 26 21:07:57 2002
+++ shadow/28194.tmp.30151 Thu Oct 3 01:54:40 2002
@@ -1,12 +1,12 @@
Bug#: 28194
Product: Mono/MCS
Version: unspecified
OS: GNU/Linux [Other]
OS Details: debian sid with alp cvs packages
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Blocker
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: kiwnix@yahoo.es
@@ -55,6 +55,12 @@
and next because it allows the use of sizeof on a reference type (it
should allow it only on valuetypes).
The jit should either trow an exception or return sizeof(void*), though.
------- Additional Comments From kiwnix@yahoo.es 2002-07-26 21:07 -------
What is the information that is needed in this bug?
+
+------- Additional Comments From miguel@ximian.com 2002-10-03 01:54 -------
+Ok, the fix is almost complete now, I only need to finish the test for
+structs to make sure that the struct only contains unmanaged types.
+
+Reopening the bug