[Mono-bugs] [Bug 71146][Wis] New - Sockets need to be closed
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 10 Jan 2005 18:03:33 -0500 (EST)
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 joe@fatnsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71146
--- shadow/71146 2005-01-10 18:03:33.000000000 -0500
+++ shadow/71146.tmp.32767 2005-01-10 18:03:33.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 71146
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: joe@fatnsoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Sockets need to be closed
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+On .NET 1.1, a program will not quit until all System.Net.Sockets.Socket's
+have been .Close()'ed after a .Connect() or .Listen().
+
+Actual Results:
+Program closes even when .Close() wasn't called.
+
+Expected Results:
+Program will not close if a .Connect() was called.
+
+How often does this happen?
+Always
+
+Additional Information:
+It seems like it probably uses a Thread internally that doesn't get killed.