[Mono-bugs] [Bug 62364][Wis] Changed - [MONO-1-0 ONLY: PATCH] GC warning fix only partially applied to MONO-1-0 branch
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 28 Aug 2004 03:08:54 -0400 (EDT)
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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=62364
--- shadow/62364 2004-08-28 03:04:38.000000000 -0400
+++ shadow/62364.tmp.26271 2004-08-28 03:08:54.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: numerous GC warnings are reported when using NAnt on Mono/Linux
+Summary: [MONO-1-0 ONLY: PATCH] GC warning fix only partially applied to MONO-1-0 branch
When using NAnt on Mono/Linux loads of GC warnings are reported :
GC Warning: Finalization cycle involving xxxxxxxxx
You can reproduce this using :
@@ -39,6 +39,11 @@
mono_gc_init function.
------- Additional Comments From gert.driesen@pandora.be 2004-08-28 03:04 -------
Created an attachment (id=9854)
one-line patch for mono-1-0 branch only
+
+------- Additional Comments From gert.driesen@pandora.be 2004-08-28 03:08 -------
+I attached a one-line patch that adds the call to GC_set_warn_proc
+in the mono_gc_init function. This new call was committed to CVS
+HEAD, but not to the MONO-1-0 branch.