[Mono-bugs] [Bug 74678][Nor] Changed - Writing to console should be safe from finalizer
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 6 May 2005 21:15:21 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74678
--- shadow/74678 2005-04-28 19:24:08.000000000 -0400
+++ shadow/74678.tmp.11538 2005-05-06 21:15:21.000000000 -0400
@@ -5,13 +5,13 @@
OS Details: Dual-CPU
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: io-layer
-AssignedTo: miguel@ximian.com
+AssignedTo: gonzalo@ximian.com
ReportedBy: michi@zeroc.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Writing to console should be safe from finalizer
@@ -91,6 +91,9 @@
------- 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.
+
+------- Additional Comments From gonzalo@ximian.com 2005-05-06 21:15 -------
+Taking this bug over