[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
27 Jul 2002 01:07:57 -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 kiwnix@yahoo.es.
http://bugzilla.ximian.com/show_bug.cgi?id=28194
--- shadow/28194 Thu Jul 25 12:38:06 2002
+++ shadow/28194.tmp.25657 Fri Jul 26 21:07:57 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: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Blocker
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: kiwnix@yahoo.es
@@ -52,6 +52,9 @@
------- Additional Comments From lupus@ximian.com 2002-07-25 12:38 -------
This is really a mcs bug, it should not compile that code, first,
because it allows the use of sizeof without the /unsafe keyword
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?