[Webkit-unassigned] [Bug 131078] some Web worker threads never terminate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 1 16:40:45 PDT 2014


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





--- Comment #1 from abaldeva at ea.com  2014-04-01 16:41:04 PST ---
One possible solution to this problem might be to start VM watchdog timer with a small timeout value (1-2 sec? )and a callback (using Watchdog::setTimeLimit API). This will force the script execution to check the WorkerScriptController regularly. The callback keeps returning false unless the WorkerScriptController::scheduleExecutionTermination has been called.

--Arpit

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