Comment #7 on issue 25747 by [email protected]: Crashes due to use of V8 context while it's being created. http://code.google.com/p/chromium/issues/detail?id=25747
Something else seems fishy here. The wrapper for the message port should not be created in the current context (which can be anything when we get a GC), but in the context of the message port. I think the GC prologue code is missing some context scopes here. Let me take a look at it today. -- 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 --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
