Status: Accepted Owner: ---- Labels: Type-Bug Priority-Medium
New issue 598 by erik.corry: Genesis::InstallExtensions is not reentrant. http://code.google.com/p/v8/issues/detail?id=598 As described in bootstrapper.cc we can create a context while we are creating a context. Unfortunately the dependency-reordering code in the V8 extensions system uses global state to determine which extensions have already been installed. -- 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
