[Webkit-unassigned] [Bug 36646] [JSC] Worker termination via JS timeout may cause worker tests like fast/workers/worker-terminate.html fail.

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


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


Dmitry Titov <dimich at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|fast/workers/worker-termina |[JSC] Worker termination
                   |te.html failed (timeout) on |via JS timeout may cause
                   |Leopard Debug Bot           |worker tests like
                   |                            |fast/workers/worker-termina
                   |                            |te.html fail.




--- Comment #2 from Dmitry Titov <dimich at chromium.org>  2010-03-29 17:46:30 PST ---
Note from Darin Adler in webkit-dev: 
"There is precedent in JavaScriptCore for using a special exception to
terminate code. InterruptedExecutionError is used for this purpose. I could
imagine having something similar for workers. A timeout sounds like a poor way
to do it."

Indeed, this could be better. For workers to be able to use it, it should be
possible to inject it from another thread.

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