Ah, my mistake was in believing that page script handles this gracefully -
after running some tests, I see that we must just allow killing the process
:)
OK, thanks.

-atw

On Wed, Aug 12, 2009 at 1:23 PM, Dean McNamee <de...@chromium.org> wrote:

> Mads is working on something for this.
>
> On Wed, Aug 12, 2009 at 12:58 PM, Drew Wilson<atwil...@chromium.org>
> wrote:
> > Hi all,
> > It appears from looking at the worker code that if worker script enters
> into
> > an infinite loop, the associated worker thread/process will never exit.
> The
> > JavaScriptCore implementation uses the JSC "timeoutChecker" mechanism to
> > halt script execution. Is there an analog we can use for V8?
> > I didn't see anything that looked particularly likely from a quick browse
> > through the v8 headers, and I also didn't see anything similar for page
> > script in V8Proxy.cpp, so I'm obviously missing something since page
> script
> > handles infinite loops gracefully.
> > -atw
> > > >
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to