Status: Accepted
Owner: mikhail.naganov
CC: [email protected]
Labels: Type-Bug Priority-Medium

New issue 1449 by mikhail.naganov: Revise current isolate checking in the Debugger class
http://code.google.com/p/v8/issues/detail?id=1449

Some of Debugger methods are called from DebuggerAgent from another thread, which doesn't have an isolate. I've removed assertions of this kind from Debugger's code: ASSERT(Isolate::Current() == isolate_); But some of them need to be put back -- for methods that are guaranteed to be called from the VM thread.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to