[Mono-bugs] [Bug 36373][Nor] Changed - Mono aborts with an ExecutionEngineException
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 12 Jan 2003 07:18:06 -0500 (EST)
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36373
--- shadow/36373 Tue Jan 7 14:13:56 2003
+++ shadow/36373.tmp.3221 Sun Jan 12 07:18:06 2003
@@ -1,13 +1,13 @@
Bug#: 36373
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details: SuSE Linux 8.0
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
@@ -60,6 +60,9 @@
This happens when a struct has no fields.
csc (and also mcs a while ago) uses the ".size 1" hack to ensure the
valuetype has a non-zero size. (mcs has been changed to add a dummy
byte field, dunno why). The issue is that the marshal code only checks
for fields and not for the .size hint and so it thinks the size of the
struct is 0.
+
+------- Additional Comments From lupus@ximian.com 2003-01-12 07:18 -------
+Nevermind, this was yet another pnet bug.