[Webkit-unassigned] [Bug 88966] [Qt] REGRESSION(r120149): It made fast/workers/wrapper-map-gc.html crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 08:07:13 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88966





--- Comment #8 from Csaba Osztrogonac <ossy at webkit.org>  2012-06-18 08:07:12 PST ---
(In reply to comment #7)
> It seems bash32 limits the number of threads to 512 for a given program. We should increse this.

(In reply to comment #7)
> It seems bash32 limits the number of threads to 512 for a given program. We should increse this.

The problem isn't limited number of threads, but the 4G adress space. :-/
The default Stack size is 8M ( "ulimit -s == 8192" ) and 8M*512 = 4G,
so we can't run more than 512 threads except we decrease the stack size.

I'm going to check what happens if we decrease the stack size.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list