[Mono-bugs] [Bug 61602][Nor] Changed - Webclient hangs after a random count of serialized requests
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 18 Jul 2004 15:53:42 -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 j@bitron.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=61602
--- shadow/61602 2004-07-17 18:19:10.000000000 -0400
+++ shadow/61602.tmp.21303 2004-07-18 15:53:42.000000000 -0400
@@ -10,13 +10,12 @@
Component: System
AssignedTo: gonzalo@ximian.com
ReportedBy: rasa@gmx.ch
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Webclient hangs after a random count of serialized requests
Description of Problem:
Webclient hangs after a random count of serialized requests. It turned out
that it doesnt depend on the response to the request, so dont be surprised
about the try section in the testcase its only the same situation i have in
@@ -152,6 +151,11 @@
problems with other software designed for RH9 too on pure 2.6 nptl
systems.
I know its hard to find pure Linux 2.6 nptl system (with only nptl
libc) these days but i think they are required to get this bug out of
the world ;). Now i need to sleep.
+
+------- Additional Comments From j@bitron.ch 2004-07-18 15:53 -------
+I've done an additional test on a new system: On a non-nptl gentoo
+system with a Linux 2.6.7 kernel, the test runs fine without a hang.
+So, on all pure nptl system, tested so far, does this problem occur.