[Mono-bugs] [Bug 44691][Nor] Changed - WebService sample does not work

bugzilla-daemon@indri.ximian.com bugzilla-daemon@indri.ximian.com
Mon, 11 Aug 2003 18:23:41 -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=44691

--- shadow/44691	2003-08-11 11:15:13.000000000 -0400
+++ shadow/44691.tmp.550	2003-08-11 18:23:41.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 44691
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: tberman@gentoo.org               
 QAContact: mono-bugs@ximian.com
@@ -152,6 +152,14 @@
 QueueUserWorkItem (new WaitCallback (waiter.Wait), null);
 
 Then the callback is never called and it sits there for a while. After
 sending the "Request timed out" message, the callback is invoked.
 
 
+
+------- Additional Comments From gonzalo@ximian.com  2003-08-11 18:23 -------
+Fixed in CVS.
+
+You need to update the mono runtime because it turned out to be a
+threadpool bug.
+
+Thanks.