Re: [Mono-dev] WCF Fail with System.Net.Sockets.SocketException: Connection reset by peer

2012-06-28 Thread Rob Wilkens
Re : The stacktrace below... This occurs when an exception is raised in ChannelDispatcher.cs on line 601. It tries to send back an exception message to the client here, i believe. But when it does that, it uses the existing RequestContext. It's apparent that some data is apparently being

Re: [Mono-dev] WCF Fail with System.Net.Sockets.SocketException: Connection reset by peer

2012-06-28 Thread Rob Wilkens
Either of the attached patches illustrates what i was trying to say in that last patch (1) attempt2.patch : This attempts to patch just the below concern, and is based on a guess. -or- (not both) (2) combined.patch : This combines attempt2.patch with the patch i sent last night since they were

Re: [Mono-dev] WCF Fail with System.Net.Sockets.SocketException: Connection reset by peer

2012-06-28 Thread Rob Wilkens
Worth noting, with Combined patch applied (or both other applied separately), zero unit tests are failing. So apparently, it doesn't make anything worse, at least as far as tests go. -Rob On 06/28/2012 08:20 AM, Rob Wilkens wrote: Either of the attached patches illustrates what i was trying

Re: [Mono-dev] WCF Fail with System.Net.Sockets.SocketException: Connection reset by peer

2012-06-28 Thread Rob Wilkens
I mean zero RELATED unit tests were failing (in System.ServiceModel) On 06/28/2012 08:38 AM, Rob Wilkens wrote: Worth noting, with Combined patch applied (or both other applied separately), zero unit tests are failing. So apparently, it doesn't make anything worse, at least as far as tests

Re: [Mono-dev] TCP Async

2012-06-28 Thread Gonzalo Paniagua Javier
On Wed, Jun 27, 2012 at 9:23 AM, Greg Young gregoryyou...@gmail.com wrote: Trying to get it into a testcase has been very difficult unfortunately we only really see it at saturation levels and not commonly. Seems like some kind of internal race condtion. Are the begin/end calls more stable

Re: [Mono-dev] TCP Async

2012-06-28 Thread Greg Young
Chatted with the guys and issues persist on trunk. I will try to get a test app On Thursday, June 28, 2012, Gonzalo Paniagua Javier wrote: On Wed, Jun 27, 2012 at 9:23 AM, Greg Young gregoryyou...@gmail.comjavascript:; wrote: Trying to get it into a testcase has been very difficult

Re: [Mono-dev] BeginTryReceiveRequest and Socket error handling?

2012-06-28 Thread Rob Wilkens
On 06/27/2012 01:21 PM, Andres G. Aragoneses wrote: Trying to describe a modification of the code with words is difficult. This is why patches exist :) Go and attach your proposal in diff format. I submitted a pull request on this, I figure let it be reviewed or rejected by that means...

Re: [Mono-dev] WCF Fail with System.Net.Sockets.SocketException: Connection reset by peer

2012-06-28 Thread shahbour
http://mono.1490590.n4.nabble.com/file/n4650235/TestWCFServer.zip TestWCFServer.zip Hello Rob I am attaching a simple application to demonstrate the error we are getting. Unfortunately using the above example the server is not crashing but still it raise the error (note that in my live app ,