Updates:
        Status: Started
        Owner: [email protected]
        Cc: [email protected] [email protected]

Comment #9 on issue 28486 by [email protected]: Crash -  
v8::internal::Genesis::InstallExtension(v8::RegisteredExtension *)
http://code.google.com/p/chromium/issues/detail?id=28486

OK, thanks.

Currently, we die if we fail to install a V8 extension either because we  
could not
compile the code or because of some exception when running the code.  This  
is during
context creation.  I'll change the code to return an empty context handle  
which is
what we normally do if we fail to create a context.  No reason to treat the  
failure to
install an extension differently from other failures to setup a context.

--
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

Reply via email to