[Mono-bugs] [Bug 58050][Wis] New - WebRequest badness
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 5 May 2004 01:40:00 -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 trow@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58050
--- shadow/58050 2004-05-05 01:40:00.000000000 -0400
+++ shadow/58050.tmp.11989 2004-05-05 01:40:00.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 58050
+Product: Mono: Runtime
+Version: unspecified
+OS: SUSE 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: trow@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: WebRequest badness
+
+I have a a simple bit of code that downloads files via HttpWebRequests. I
+just upgraded to beta1 and now, after successfully fetching the content, it
+crashes with:
+
+** (ExtractContent.exe:15016): WARNING **: : bogus daemon response, type 3
+
+** ERROR **: file handles.c: line 605 (_wapi_handle_ref): should not be reached
+aborting...
+
+Sometimes there are also a few:
+
+Unhandled Exception: System.NullReferenceException: A null value was found
+where an object instance was required.
+in <0x00049> System.Exception:.ctor (string)
+in <0x0000d> System.SystemException:.ctor (string)
+in <0x0000f> System.Threading.ThreadAbortException:.ctor ()
+
+thrown in for good measure. The code in question does not explicitly
+create any threads.