[Mono-bugs] [Bug 74423][Maj] Changed - Deadlock with BeginReceive*/AsyncWaitHandle
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Apr 2005 02:46:08 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74423
--- shadow/74423 2005-04-07 02:35:29.000000000 -0400
+++ shadow/74423.tmp.4796 2005-04-07 02:46:08.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 74423
Product: Mono: Class Libraries
Version: 1.1
OS: Red Hat 9.0
OS Details: Fedora Core 2
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Major
Component: System
AssignedTo: gonzalo@ximian.com
ReportedBy: jlarimer@gmail.com
@@ -88,6 +88,17 @@
more elegant solution may be possible.
------- Additional Comments From jlarimer@gmail.com 2005-04-05 17:01 -------
Created an attachment (id=14861)
patch for 74423
+
+------- Additional Comments From gonzalo@ximian.com 2005-04-07 02:46 -------
+I get this after applying a patch that i sent to mono-devel.
+------------
+gonzalo@lalo:/tmp $ mono 74423.exe
+Getting wait handle...
+Got wait handle, waiting...
+Done waiting, IsCompeted is False
+---
+
+I will close the bug once i commit.