[Mono-bugs] [Bug 466189] New: Unneccessary io-layer warning

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 14 16:09:33 EST 2009


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


           Summary: Unneccessary io-layer warning
    Classification: Mono
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: amcgovern at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


I can't get a testcase, but i know exactly the code that's causing the issue.
The sequence is this:

1) Call Socket.BeginConnect ()
2) If the Socket.BeginConnect call doesn't return with 10 seconds, call
Socket.Close ().
3) My AsyncCallback is invoked where I then call socket.EndConnect
(IAsyncResult).

This results in the following error being shown in the term:

** (SampleClient.exe:5577): WARNING **: _wapi_connect: error looking up socket
handle 0x32

This error shouldn't really appear as this is 'normal'.

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


More information about the mono-bugs mailing list