[Mono-bugs] [Bug 66614][Maj] Changed - apparent deadlock in runtime
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 22 Sep 2004 15:27:34 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66614
--- shadow/66614 2004-09-22 14:16:39.000000000 -0400
+++ shadow/66614.tmp.20895 2004-09-22 15:27:34.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 66614
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: james@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -44,6 +44,11 @@
I don't really have any clue how to reproduce it. It happens to me
randomly, usually when making a bunch of WebRequests in parallel. I'd be
happy to provide any other info which might be useful.
I'm running the latest mono-1-0 from CVS.
+
+------- Additional Comments From dick@ximian.com 2004-09-22 15:27 -------
+That is the gc finalizer thread. Try running with GC_DONT_GC=1 and
+see if it still deadlocks.
+