[Mono-bugs] [Bug 31177][Maj] Changed - Accept in Socket code has a race condition.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
25 Sep 2002 16:37:19 -0000
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=31177
--- shadow/31177 Tue Sep 24 22:56:45 2002
+++ shadow/31177.tmp.25741 Wed Sep 25 12:37:19 2002
@@ -1,13 +1,13 @@
Bug#: 31177
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: dick@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
@@ -144,6 +144,10 @@
socket:[405975]
lr-x------ 1 miguel miguel 64 Sep 24 22:56 8 ->
/cvs/xsp/src/HttpServer/server.exe
lr-x------ 1 miguel miguel 64 Sep 24 22:56 9 ->
/mono/lib/System.Web.dll
+
+------- Additional Comments From gonzalo@ximian.com 2002-09-25 12:37 -------
+It seems that lupus fix to the early finalization of objects when the
+main thread exits also fixes this.