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

Here's the code:

   bool result = CompileScriptCached(CStrVector(extension->name()),
                                     source_code,
                                     &extensions_cache, extension,
                                     false);
   ASSERT(Top::has_pending_exception() != result);
   if (!result) {
     Top::clear_pending_exception();
     v8::Utils::ReportApiFailure(
         "v8::Context::New()", "Error installing extension");
   }

I wonder if the script fails to compile for some reason.  Another  
possibility is that
we're out of memory and our recent fixes for OOM crashes have moved the OOM  
crash
stack here.

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