[Mono-bugs] [Bug 76331][Cri] Changed - Objects on the stack can
have their contents mangled
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 5 14:47:03 EDT 2005
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 vargaz at gmail.com.
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: lupus at ximian.com
ReportedBy: will at cambia.com
QAContact: mono-bugs at ximian.com
@@ -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 vargaz at gmail.com 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.
More information about the mono-bugs
mailing list