[Mono-bugs] [Bug 74423][Maj] Changed - Deadlock with BeginReceive*/AsyncWaitHandle
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Apr 2005 17:01:34 -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 jlarimer@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74423
--- shadow/74423 2005-04-05 17:01:07.000000000 -0400
+++ shadow/74423.tmp.11584 2005-04-05 17:01:34.000000000 -0400
@@ -83,6 +83,11 @@
I fixed this by using a non-this object to lock on, a waithandle_lock that
is created by the constructor. Another way to fix would be to create the
WaitHandle itself in the constructor, to avoid lazy creation, although the
MSDN docs say lazy creation is allowed. Patch is attached for my fix, a
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
+