[Mono-bugs] [Bug 470120] New: Socket.EndSend unexpectedly fails with WSAEWOULDBLOCK

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 28 05:23:44 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=470120


           Summary: Socket.EndSend unexpectedly fails with WSAEWOULDBLOCK
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.2.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: io-layer
        AssignedTo: dick at novell.com
        ReportedBy: benoit at zeroc.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us)
AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1

I've reported a similar bug a while ago for Socket.EndReceive which has been
fixed:

   https://bugzilla.novell.com/show_bug.cgi?id=377589 

With 2.2, I'm now seeing a similar problem with Socket.EndSend this time. See
the exception below.

Ice.SocketException
    error = 0
  at IceInternal.TcpTransceiver.endWrite (IceInternal.Buffer buf, IAsyncResult
result) [0x000f2] in
/Users/benoit/Devel/git/ice-33branch/cs/src/Ice/TcpTransceiver.cs:383 
  at Ice.ConnectionI.writeAsync (System.Object state) [0x00105] in
/Users/benoit/Devel/git/ice-33branch/cs/src/Ice/ConnectionI.cs:1746 
Caused by: System.Net.Sockets.SocketException: Operation on non-blocking socket
would block
  at System.Net.Sockets.Socket+SocketAsyncResult.CheckIfThrowDelayedException
() [0x00041] in
/private/tmp/monobuild/build/BUILD/mono-2.2/mcs/class/System/System.Net.Sockets/Socket.cs:149 
  at System.Net.Sockets.Socket.EndSend (IAsyncResult asyncResult,
System.Net.Sockets.SocketError& errorCode) [0x00074] in
/private/tmp/monobuild/build/BUILD/mono-2.2/mcs/class/System/System.Net.Sockets/Socket.cs:2467 
  at System.Net.Sockets.Socket.EndSend (IAsyncResult result) [0x00000] in
/private/tmp/monobuild/build/BUILD/mono-2.2/mc

Reproducible: Sometimes

Steps to Reproduce:
1.
2.
3.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list