[Mono-bugs] [Bug 79744][Min] Changed - Invalid code that breaks the runtime.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Nov 7 16:32:03 EST 2006


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 at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79744

--- shadow/79744	2006-10-26 14:05:51.000000000 -0400
+++ shadow/79744.tmp.22339	2006-11-07 16:32:03.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 79744
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: JIT
 AssignedTo: lupus at ximian.com                            
 ReportedBy: miguel at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -58,6 +58,13 @@
 
 Unhandled Exception: System.TypeLoadException: Could not load type X from
 assembly a, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null because
 it contains an object field at offset 2 that is incorrectly aligned or
 overlapped by a non-object field.
    at Y.Main()
+
+------- Additional Comments From lupus at ximian.com  2006-11-07 16:32 -------
+This test case is fixed.
+I'll leave open this bug for the additional related issue of raising
+typeload for overlapping reference/non-reference fields (I have a
+patch almost ready, but I would like to remove the use of IntPtr for
+GC memory in the runtime tpyes first).


More information about the mono-bugs mailing list