[Mono-bugs] [Bug 379522] Fatal error in GC: too many threads

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Sep 4 09:10:14 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=379522

User robertj at gmx.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=379522#c6





--- Comment #6 from Robert Jordan <robertj at gmx.net>  2008-09-04 07:10:14 MDT ---
The limit is implied by libgc. The thread list is maintained with a linearly
scanned array. Increasing the max count will degrade performance.

The current libgc version has some support for dynamic threads under Win32
(thread list is a hash table), but this is not quite compatible with mono.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list