[Mono-bugs] [Bug 48497][Maj] Changed - Threading Error While Processing Asynchronous WebRequests
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Sep 2003 16:11:19 -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 jason.boutwell@comcast.net.
http://bugzilla.ximian.com/show_bug.cgi?id=48497
--- shadow/48497 2003-09-15 16:48:46.000000000 -0400
+++ shadow/48497.tmp.25420 2003-09-16 16:11:19.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 48497
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: Red Hat 8 - Mono 0.26
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jason.boutwell@comcast.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -52,6 +52,10 @@
Additional Information:
The code is sample code from the MSDN site as an example of making
asynchronous web requests. There appears to be a bug in the Mono threading
model.
+
+------- Additional Comments From jason.boutwell@comcast.net 2003-09-16 16:11 -------
+The sample code runs to completion, without error, using the MS CLR
+and VS.Net 2003. Haven't tried Mono on Win32.