[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
20 Aug 2002 09:49:08 -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 dick@ximian.com.

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

--- shadow/29131	Mon Aug 19 13:58:23 2002
+++ shadow/29131.tmp.20966	Tue Aug 20 05:49:08 2002
@@ -1,14 +1,14 @@
 Bug#: 29131
 Product: Mono/Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Debian debianplanet.org cvs packages
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: kiwnix@yahoo.es               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -47,6 +47,12 @@
 			r.Close ();
 		} catch (Exception e) {
 			Console.WriteLine (e.ToString ());
 		}
 	}
 }
+
+------- 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.
+