[Mono-bugs] [Bug 72532][Nor] Changed - recent runtime changes broke gen-72.cs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Feb 2005 12:48:56 -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=72532
--- shadow/72532 2005-02-12 08:39:32.000000000 -0500
+++ shadow/72532.tmp.30923 2005-02-13 12:48:56.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 72532
Product: Mono: Runtime
Version: 1.0
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
-AssignedTo: lupus@ximian.com
+AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: recent runtime changes broke gen-72.cs
@@ -22,6 +22,13 @@
02/12/2005 13:37:50 02/12/2005 14:37:50
Unhandled Exception: System.NullReferenceException: Object reference not
set toan instance of an object
in <0x001f0> MyTest:TestPairLog ()
in <0x00235> MyTest:Main (string[])
+
+------- Additional Comments From lupus@ximian.com 2005-02-13 12:48 -------
+The exact change that made the test fail in my tests is r40305,
+which has no functional changes and absolutely no changes
+to the allocation of objects. This is likely some issue with the
+generics code that was triggered by changing the size of MonoClass or
+something like that.