[Mono-bugs] [Bug 514158] New: Socket: WSAENOTSOCK after async operation is interrupted
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jun 17 17:11:13 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=514158
Summary: Socket: WSAENOTSOCK after async operation is
interrupted
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: All
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=298799)
--> (http://bugzilla.novell.com/attachment.cgi?id=298799)
Repro
Running the attached source code on Mono/Windows fails almost immediately with
the following exception:
Unhandled Exception: System.Net.Sockets.SocketException: An operation was
attemp
ted on something that is not a socket.
at System.Net.Sockets.Socket.Accept () [0x00000]
at System.Net.Sockets.TcpListener.AcceptSocket () [0x00000]
at SocketResponder.Listen () [0x00000]
This issue is causing nunit-console to exit when running the unit tests for the
System assembly on Mono/Windows (for the 2.0 profile).
--
Configure bugmail: http://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