Bugzilla – Bug 315669
[MONO-1-0 ONLY: PATCH] GC warning fix only partially applied to MONO-1-0 branch
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by gert.driesen@pandora.be 2004-08-03 10:37:11 MST ---- When using NAnt on Mono/Linux loads of GC warnings are reported : GC Warning: Finalization cycle involving xxxxxxxxx You can reproduce this using : $ export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nant $ cvs -z3 co nant $ cd nant $ make ---- Additional Comments From lupus@ximian.com 2004-08-03 12:11:09 MST ---- GC warnings are hidden from the user unless they set the needed env vars, now. ---- Additional Comments From gert.driesen@pandora.be 2004-08-24 15:46:01 MST ---- Paolo, I just noticed you have forgotten to apply part of this "fix" to the mono-1-0 branch. More specific: you did not add the call to GC_set_warn_proc in the mono_gc_init function. ---- Additional Comments From gert.driesen@pandora.be 2004-08-28 03:04:38 MST ---- Created an attachment (id=166577) one-line patch for mono-1-0 branch only ---- Additional Comments From gert.driesen@pandora.be 2004-08-28 03:08:54 MST ---- 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. ---- Additional Comments From bmaurer@users.sf.net 2004-08-28 10:07:32 MST ---- done Imported an attachment (id=166577)