[Mono-bugs] [Bug 62364][Wis] Changed - numerous GC warnings are reported when using NAnt on Mono/Linux
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 24 Aug 2004 15:46:02 -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-03 12:11:09.000000000 -0400
+++ shadow/62364.tmp.7260 2004-08-24 15:46:02.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 62364
Product: Mono: Runtime
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
@@ -27,6 +27,13 @@
$ cd nant
$ make
------- Additional Comments From lupus@ximian.com 2004-08-03 12:11 -------
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 -------
+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.