[Mono-bugs] [Bug 29839][Wis] New - GC problems using Remoting in Mono

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
3 Sep 2002 21:31:02 -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 acs@barrapunto.com.

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

--- shadow/29839	Tue Sep  3 17:31:02 2002
+++ shadow/29839.tmp.31470	Tue Sep  3 17:31:02 2002
@@ -0,0 +1,64 @@
+Bug#: 29839
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: acs@barrapunto.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: GC problems using Remoting in Mono
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+I try the mcs/class/System.Runtime.Remoting/Test/simple-example.cs
+and when I try to execute it:
+
+acs@linex:~/devel/web-xml/mono.es.gnome.org/tutoriales/remoting-mono/code$
+mono simple-example.exe 
+OBJREF: /test
+Channel name: simple
+Channel priority: 1
+URI: simple://localhost:8000
+URI: /test
+
+Unhandled Exception: System.ObjectDisposedException: The object was used
+after being disposed
+in <0x00060> 00 System.Net.Sockets.TcpClient:CheckDisposed ()
+in <0x0002a> 00 System.Net.Sockets.TcpClient:GetStream ()
+in <0x00030> 00
+System.Runtime.Remoting.Channels.Simple.SimpleServerChannel:WaitForConnections
+()
+in <0x00057> 01 System.MulticastDelegate:invoke_void ()
+
+
+
+Steps to reproduce the problem:
+1. Compile mcs/class/System.Runtime.Remoting/Test/simple-example.cs
+2. Execute simple-example.exe
+3. Receive the error
+
+Actual Results:
+
+Unhandled Exception: System.ObjectDisposedException: The object was used
+after being disposed
+
+Expected Results:
+
+No exception
+
+How often does this happen? 
+
+Always
+
+Additional Information:
+
+I think the web server in XSP has a similar problem