[Webkit-unassigned] [Bug 36646] fast/workers/worker-terminate.html failed (timeout) on Leopard Debug Bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 29 17:16:29 PDT 2010


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


Dmitry Titov <dimich at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




--- Comment #1 from Dmitry Titov <dimich at chromium.org>  2010-03-29 17:16:28 PST ---
For JSC, workers are terminated like this:

void WorkerScriptController::forbidExecution()
{
   ...
    m_globalData->timeoutChecker.setTimeoutInterval(1); // 1ms is the smallest
timeout that can be set.
}

So it seems the timeout exceeded coudl be a normal way for a worker to die.
Perhaps we should prevent the console message in this case?

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