[Mono-bugs] [Bug 74678][Nor] Changed - Writing to console should be safe from finalizer
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 28 Apr 2005 19:24:08 -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 michi@zeroc.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74678
--- shadow/74678 2005-04-28 19:18:35.000000000 -0400
+++ shadow/74678.tmp.3093 2005-04-28 19:24:08.000000000 -0400
@@ -84,6 +84,13 @@
From that page: "Note: An exception to this rule is the Console
class, which contains static fields that reference stream objects,
but is implemented specially so you can always write to the system
console, even during domain unloading or system shutdown."
+
+------- Additional Comments From michi@zeroc.com 2005-04-28 19:24 -------
+I'm not sure whether bug 71274 is relevant here. It appears that the
+finalizers for the console closes stdout and stderr, and that
+subsequent attempts to use the console cause the
+NullPointerException. The situation described in 71274 seems
+different.