[Mono-bugs] [Bug 75826][Cri] Changed - Misbehavior and CPU race when closing down multiple listening tcp sockets

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 16 16:48:40 EDT 2005


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 jd.conley at coversant.net.

http://bugzilla.ximian.com/show_bug.cgi?id=75826

--- shadow/75826	2005-08-16 15:07:47.000000000 -0400
+++ shadow/75826.tmp.31348	2005-08-16 16:48:40.000000000 -0400
@@ -1,10 +1,10 @@
 Bug#: 75826
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Critical
 Component: System
@@ -107,6 +107,11 @@
 		{
 			((System.Threading.ManualResetEvent)asyncResult.AsyncState).Set();
 		}
 
 }
 }
+
+------- Additional Comments From jd.conley at coversant.net  2005-08-16 16:48 -------
+I just found out this happens with sockets in general.  If you have
+multiple sockets doing Async something (read, listen) and try to close
+them in succession this will happen.


More information about the mono-bugs mailing list