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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76331 --- shadow/76331 2005-10-05 09:34:01.000000000 -0400 +++ shadow/76331.tmp.4071 2005-10-05 14:47:03.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 76331 Product: Mono: Runtime Version: 1.1 OS: unknown OS Details: Fedora Core 4, Red Hat Enterprise 4 -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Critical Component: GC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -158,6 +158,14 @@ Fixed in SVN HEAD and the 1.1.9 branch: http://lists.ximian.com/pipermail/mono-patches/2005-October/065157.html Thanks for the test case. + +------- Additional Comments From [EMAIL PROTECTED] 2005-10-05 14:47 ------- +The fix caused some regressions, so reopening this. In the meantime, +the workaround is to somehow force the runtime to 'initialize' the +substructure before the main structure, ie. putting + new substruct (); + +at the beginning of Main () in the testcase fixes the problem. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
