[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 09:11:55 -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-05 07:59:52.000000000 -0400
+++ shadow/59485.tmp.9500 2004-06-05 09:11:55.000000000 -0400
@@ -131,6 +131,10 @@
------- 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?
+
+------- Additional Comments From bugs@prettypeople.org 2004-06-05 09:11 -------
+And from adding WriteLines around the place, the sequence shows that
+it crashes when InitConnection is about to be called.