Status: New
Owner: ----
New issue 1586 by [email protected]: DebugEvaluate crashes when used
within a catch in a function without local context.
http://code.google.com/p/v8/issues/detail?id=1586
In the test case the function does not have a local context. The breakpoint
is inside the catch so there is a catch context. DebugEvaluate tries to get
the declaration context and crashes:
# Fatal error in .../v8/src/contexts.cc, line 41
# CHECK(current->closure() == closure()) failed
Attachments:
debugevalute-catch.js 2.4 KB
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev