[Mono-bugs] [Bug 74842][Maj] Changed - Stopping a listener doesn't break out of an AcceptSocket() call

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 5 May 2005 16:37:40 -0400 (EDT)


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 joeshaw@novell.com.

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

--- shadow/74842	2005-05-05 16:37:22.000000000 -0400
+++ shadow/74842.tmp.31299	2005-05-05 16:37:40.000000000 -0400
@@ -24,6 +24,11 @@
 
 I'm attaching a test case.  It starts a listener on port 8888.  Don't
 connect to it.  After 10 seconds the listener is stopped, but on mono the
 program never exits because it's still blocking on the accept call.
 
 This might be related to bug #74840.
+
+------- Additional Comments From joeshaw@novell.com  2005-05-05 16:37 -------
+Created an attachment (id=15076)
+test case
+