[Mono-bugs] [Bug 59485][Wis] Changed - Crash/Exception when using threads and WebRequest

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Jun 2004 07:03:16 -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 lluis@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=59485

--- shadow/59485	2004-06-02 19:50:19.000000000 -0400
+++ shadow/59485.tmp.8806	2004-06-03 07:03:16.000000000 -0400
@@ -85,6 +85,36 @@
 ------- Additional Comments From bugs@prettypeople.org  2004-06-02 19:50 -------
 > but I have no idea what to do to reproduce it.
 
 I meant
 
 "but I have no idea what to do to debug it further"
+
+------- Additional Comments From lluis@ximian.com  2004-06-03 07:03 -------
+It also works for me. The application never crashes for me. Which
+distro/kernel are you using?
+
+I only get this exception sometines:
+
+System.Net.WebException: Error getting response stream: ReceiveFailure
+---> System.Exception:
+        at System.Net.WebConnection.HandleError()
+        at System.Net.WebConnection.ReadDone()
+        at System.MulticastDelegate.invoke_void_IAsyncResult()
+        at System.Net.Sockets.Socket+SocketAsyncResult.Complete()
+        at System.Net.Sockets.Socket+SocketAsyncResult.Complete()
+        at System.Net.Sockets.Socket+Worker.Receive()
+        at System.MulticastDelegate.invoke_void()
+in <0x000ee> System.Net.WebConnection:HandleError
+(System.Net.WebExceptionStatus,System.Exception)
+--- End of inner exception stack trace ---
+ 
+in <0x0005c> System.Net.HttpWebRequest:CheckFinalStatus
+(System.Net.WebAsyncResult)
+in <0x0006a> (wrapper remoting-invoke-with-check)
+System.Net.HttpWebRequest:CheckFinalStatus (System.Net.WebAsyncResult)
+in <0x0019b> System.Net.HttpWebRequest:EndGetResponse
+(System.IAsyncResult)
+in <0x00066> System.Net.HttpWebRequest:GetResponse ()
+in <0x000fc> GuiTest:GetWebPage (string)
+
+