Bug 315669 (MONO62364) - [MONO-1-0 ONLY: PATCH] GC warning fix only partially applied to MONO-1-0 branch
Summary: [MONO-1-0 ONLY: PATCH] GC warning fix only partially applied to MONO-1-0 branch
Status: RESOLVED FIXED
Alias: MONO62364
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: unspecified
Hardware: Other Linux
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-03 17:37 UTC by Gert Driesen
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
one-line patch for mono-1-0 branch only (454 bytes, patch)
2004-08-28 10:04 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:48:52 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)