[Mono-bugs] [Bug 59485][Wis] Changed - Crash/Exception when using threads and WebRequest
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Jun 2004 07:59:52 -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 bugs@prettypeople.org.
http://bugzilla.ximian.com/show_bug.cgi?id=59485
--- shadow/59485 2004-06-03 07:38:42.000000000 -0400
+++ shadow/59485.tmp.8954 2004-06-05 07:59:52.000000000 -0400
@@ -124,6 +124,13 @@
whenever a thread gets an exception the program crashes with a
segfault. The question is why does that exception happen? Because the
server never seems to get the request that has failed.
Linux 2.6.2mm
mono from cvs head.
+
+------- Additional Comments From bugs@prettypeople.org 2004-06-05 07:59 -------
+Been investigating a little more on this, and I've discovered that if
+I change System.Net.WebConnectionGroup.CreateOrReuseConnection() to
+always create a new connection then it works fine. Does this imply
+that something isn't being reset correctly when a connection is being
+reused? Any ideas on where I should look next?