Updates:
        Status: Accepted

Comment #2 on issue 173 by [EMAIL PROTECTED]: v8::Script::Compile()  
crashes when parsing very long (but simple) file
http://code.google.com/p/v8/issues/detail?id=173

Interestingly when trying to view this URL using view-source we also get a  
sad tab. The source file by itself is
20MB (20971671 bytes), the gzipped size is immaterial because neither the  
renderer nor V8 are dealing with
gzipped files.

Based on the stack trace it looks as if the Zone code tries to expand the  
size to 617864296 bytes and
presumably that allocation request failed when running within Chrome  
itself. Side note: I tried this exact test on
the TestShell.app and it succeeded, which leads me to believe that this is  
just a regular memory exhaustion
which gets exaggerated by the exponential request for memory in  
Zone::NewExpand.

-- 
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
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to