Closed GoogleCodeExporter closed 9 years ago
It seems that there's no great solution to this problem. One possibility is to
preemption as described here:
http://groups.google.com/group/v8-users/browse_thread/thread/e285de1dad7fde98
Chrome handles this problem by killing the renderer process when it becomes
unresponsive.
Original comment by magreenb...@gmail.com
on 19 Oct 2011 at 5:42
I started a thread about this on the chromium-dev mailing list:
http://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/
bea5ac71c069d69
Original comment by magreenb...@gmail.com
on 24 Oct 2011 at 3:50
It seems that due to the V8 integration design as discussed in comment #2 it is
not possible to restart JavaScript after terminating execution. This would
consequently leave the browser in a broken state. As a result it will not be
possible to support JavaScript termination in the single-process architecture.
In the multi-process architecture we can use Chrome's approach of killing the
renderer process if it hangs.
Original comment by magreenb...@gmail.com
on 25 Oct 2011 at 5:07
Original issue reported on code.google.com by
magreenb...@gmail.com
on 10 Oct 2011 at 3:35