On 2011/09/08 17:24:01, Vitaly Repeshko wrote:
http://codereview.chromium.org/7848026/diff/1/src/debug.cc File src/debug.cc (right):
http://codereview.chromium.org/7848026/diff/1/src/debug.cc#newcode1968 src/debug.cc:1968: : debugger_access_(isolate->debugger_access()), On 2011/09/08 17:17:20, tfarina wrote: > On 2011/09/08 17:15:50, Vitaly Repeshko wrote: > > debugger_access mutex is created by the isolate and is destroyed in > > Isolate::~Isolate. > Yeah, I saw that. So it's not an issue anymore, right?
Disposing it again would mean double-deleting it.
Hum, could you update http://code.google.com/p/v8/issues/detail?id=518? Grepping for the entries now looks like all of them were already fixed. http://codereview.chromium.org/7848026/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
