Comment #6 on issue 362 by [email protected]: Nested brackets OOM crash in regular expression http://code.google.com/p/v8/issues/detail?id=362
You are right. This particular failure is due to the requested size being too big to represent in the failure value (triggered by flattening a very long string). I'll make it round the requested size down to the maximally representable value. -- 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 -~----------~----~----~----~------~----~------~--~---
