Comment #1 on issue 387 by [email protected]: Debug::ClearAllBreakPoints() may create handles without a HandleScope http://code.google.com/p/v8/issues/detail?id=387
This is caused by a missing handle scope when clearing the debug message handler. A fix for that was done in bleeding_e...@2206 and merged to trunk as 1.2.8.1. However that fix is not safe as Debug::SetMessageHandler2 is intended to be called by any thread while V8 is running. Adding a handle scope there and just call into V8 is not safe and the fix from bleeding_e...@2206 should be done in another way. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
