[Mono-bugs] [Bug 29131][Maj] Changed - Trying to close a BinaryReader say that the base stream is already closed

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
21 Aug 2002 17:36:36 -0000


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 kiwnix@yahoo.es.

http://bugzilla.ximian.com/show_bug.cgi?id=29131

--- shadow/29131	Tue Aug 20 05:49:08 2002
+++ shadow/29131.tmp.15115	Wed Aug 21 13:36:36 2002
@@ -1,12 +1,12 @@
 Bug#: 29131
 Product: Mono/Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Debian debianplanet.org cvs packages
-Status: NEEDINFO   
+Status: CLOSED   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: kiwnix@yahoo.es               
@@ -53,6 +53,9 @@
 
 ------- Additional Comments From dick@ximian.com  2002-08-20 05:49 -------
 I cant reproduce this problem with today's mono and mcs.
 
 Jit trace shows BinaryReader.Close() calling MemoryStream.Close() once.
 
+
+------- Additional Comments From kiwnix@yahoo.es  2002-08-21 13:36 -------
+Today mcs/mono don't fail