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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79473 --- shadow/79473 2006-09-22 12:45:41.000000000 -0400 +++ shadow/79473.tmp.30247 2006-09-22 12:45:41.000000000 -0400 @@ -0,0 +1,81 @@ +Bug#: 79473 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: CORLIB +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Problem with Simple Remoting on Windows + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +If I run the attached sample on linux, it works ok. If I run on Windows +with .net it works. If I run on windows with mono it crashes when the +client tries to connect. If I run the Server.exe from inside VS with the VS +built mono, I crash on startup. + +Steps to reproduce the problem: +1. Make sample +2. Start Server.exe +3. Run Client.exe + +Actual Results: +Server crashes silently, and client gives: + +Server stack trace: + at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32 +offset, + Int32 size) [0x00000] + at System.IO.BufferedStream.Flush () [0x00000] + at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage +(IMessage msg, ITransportHeaders requestHeaders, System.IO.Stream +requestStream, + ITransportHeaders& responseHeaders, System.IO.Stream& responseStream) +[0x00000] + + at +System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessa +ge (IMessage msg) [0x00000] + +Exception rethrown at [0]: + ---> System.Net.Sockets.SocketException: Connection reset by peer + at System.Net.Sockets.Socket.Send (System.Byte[] buf, Int32 offset, Int32 +size +, SocketFlags flags) [0x00000] + at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32 +offset, + Int32 size) [0x00000] --- End of inner exception stack trace --- + + at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32 +offset, + Int32 size) [0x00000] + at System.IO.BufferedStream.Flush () [0x00000] + at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage +(IMessage msg, ITransportHeaders requestHeaders, System.IO.Stream +requestStream, + ITransportHeaders& responseHeaders, System.IO.Stream& responseStream) +[0x00000] + + at +System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessa +ge (IMessage msg) [0x00000] + +Expected Results: +Server would print the following: +I'm Doing Nothing + +How often does this happen? +Everytime. + +Additional Information: +I'm willing to help debug if someone tells me what needs looked at. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
