[Mono-bugs] [Bug 75098][Maj] New - Unexpected Tcp error with custom sinks

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 30 10:29:51 EDT 2005


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 joannes.vermorel at ens.fr.

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

--- shadow/75098	2005-05-30 10:29:51.000000000 -0400
+++ shadow/75098.tmp.10846	2005-05-30 10:29:51.000000000 -0400
@@ -0,0 +1,58 @@
+Bug#: 75098
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: joannes.vermorel at ens.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Unexpected Tcp error with custom sinks
+
+I get an unexpected Tcp transport error with a distributed application
+(http://ngrid.sourceforge.net) using custom sinks.
+
+Steps to reproduce the problem:
+1. Download http://www.vermorel.com/NGridMonoBugDemo.zip
+and extract the dll file from the archive.
+
+2. Launch NUnit tests of the dll (the dll has no dependency)
+$ mono nunit-console.exe NGrid.Core.dll
+
+Actual Results :
+(all tests succeed with mono excepts here below)
+
+1) NGrid.PartialSinkProviderTests.MethodCallsThroughCustomSinks :
+System.Runtime.Remoting.RemotingException : Tcp transport error.
+  ----> System.Runtime.Remoting.RemotingException : Connection closed
+in <0x000b7>
+System.Runtime.Remoting.Channels.Tcp.TcpMessageIO:ReceiveMessageStatus
+(System.IO.Stream networkStream, System.Byte[] buffer)
+in <0x00228>
+System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink:ProcessMessage
+(IMessage msg, ITransportHeaders requestHeaders, System.IO.Stream
+requestStream, ITransportHeaders responseHeaders, System.IO.Stream
+responseStream)
+in <0x0013a> NGrid.PartialClientFormatterSink:SyncProcessMessage (IMessage msg)
+--RemotingException
+in <0x0008d> System.Runtime.Remoting.Channels.Tcp.TcpMessageIO:StreamRead
+(System.IO.Stream networkStream, System.Byte[] buffer, Int32 count)
+in <0x00071>
+System.Runtime.Remoting.Channels.Tcp.TcpMessageIO:ReceiveMessageStatus
+(System.IO.Stream networkStream, System.Byte[] buffer)
+
+
+Expected Results (what I get on WinXP): all green, no failure.
+
+How often does this happen? 
+Always
+
+Additional Information:
+My system is AMD64.


More information about the mono-bugs mailing list