Status: Accepted
Owner: [email protected]
CC: [email protected]
Labels: Type-Bug Priority-Medium
New issue 1629 by [email protected]: InspectorDebugger fails in stepOver
- missing HandleScope
http://code.google.com/p/v8/issues/detail?id=1629
We have a number of crashes where HandleScope::Extend calls FatalError due
to the debugger calling api functions on a dead instance of V8. API
functions like String::New do not check whether V8 is dead or not, and rely
on the caller to do so. The debugger agent doesn't check this, in
functions like ScriptDebugServer::stepOverStatement() in
WebCore/bindings/v8/ScriptDebugServer.cpp.
So, what is the proper thing to do in this circumstance? Is there anything
that will reduce the crash rate of Chrome?
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev