[Webkit-unassigned] [Bug 40103] ThreadingPthread create thread with default stack size which might not be enough

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 15:04:18 PDT 2012


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





--- Comment #13 from Yong Li <yoli at rim.com>  2012-07-20 15:04:21 PST ---
(In reply to comment #12)
> > This is not for JSC stack, but for threads WebKit creates for other purposes like database, html5 worker, blabla.
> 
> I don't understand how this answers the question. Web Workers run JavaScript, too.

There was no actual code path to blame, because the default stack size was insanely small at that moment, IIRC. But it would be nice if WebKit can create a thread with specified stack size (or stack size types), so we can use small stacks for some threads like BlockFreeingThread, and large stacks for web workers.

-- 
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