Updates:
Status: Accepted
Comment #5 on issue 362 by [email protected]: Nested brackets OOM
crash in regular expression
http://code.google.com/p/v8/issues/detail?id=362
I don't think this particular mode of failure is working as intended.
The stack trace here looks like we failed to construct a retry after GC
failure for
the allocated size (ie, we aren't actually sure we're out of memory yet
because we
haven't tried a GC, but the requested size is probably too big for the heap
anyway).
As a guess, the requested size does not fit in the encoding of the size
field in
retry after GC failures.
In that case, we should either round the size down to fit or else generate
an out of
memory failure. We actually try to do that, but sizes may have changed so
that our
overflow detection is not working properly. Please take a look.
--
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
-~----------~----~----~----~------~----~------~--~---