[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:40:41 -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-05-06 21:15:21.000000000 -0400
+++ shadow/74678.tmp.11691	2005-05-06 21:40:41.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74678
 Product: Mono: Runtime
 Version: 1.1
 OS: Red Hat 8.0
 OS Details: Dual-CPU
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: io-layer
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: michi@zeroc.com               
 QAContact: mono-bugs@ximian.com
@@ -94,6 +94,10 @@
 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
+
+------- Additional Comments From gonzalo@ximian.com  2005-05-06 21:40 -------
+I marked the stdin, stdout and stderr streams in Console.cs as
+GC.SuppressFinalize(). So this should not happen any more.