[Mono-bugs] [Bug 81974][Wis] Changed - OSX GC crashes if there are more than about 2000 threads.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 4 12:03:45 EDT 2007
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 lupus at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81974
--- shadow/81974 2007-06-29 20:01:27.000000000 -0400
+++ shadow/81974.tmp.28741 2007-07-04 12:03:45.000000000 -0400
@@ -3,21 +3,21 @@
Version: 1.2
OS: All
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Normal
+Priority: Wishlist
Component: GC
AssignedTo: lupus at ximian.com
ReportedBy: patperry at stanford.edu
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: GC crashes if there are more than about 160 threads.
+Summary: OSX GC crashes if there are more than about 2000 threads.
Description of Problem:
The garbage collector crashes if there are more than about 160 threads
active at once. This results in a deadlock.
@@ -109,6 +109,11 @@
The second issue might be io-layer related: if the GC doesn't collect
the thread objects fast enough, the io-layer is running out
of handles, since their max count is static (4K)).
Changed prio (see http://bugzilla.ximian.com/bug_status.html#priority)
+
+------- Additional Comments From lupus at ximian.com 2007-07-04 12:03 -------
+I enlarged the relevant array to 2048: growing it dynamically is a bit
+tricky because it would need to happen with the world stopped.
+Lowered the priority until that is done.
More information about the mono-bugs
mailing list