Status: Accepted Owner: [email protected] CC: erik.corry Labels: Type-Bug Priority-Medium
New issue 214 by [email protected]: Stack overflows are ignored in C++ code http://code.google.com/p/v8/issues/detail?id=214 If an interruption is pending stack overflows are ignored and not raised if an interruption is pending. This was introduced with a quick fix for preemption. A potential solution for this would be to always check against the initial_climit in StackLimitCheck::HasOverflowed(). -- 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 -~----------~----~----~----~------~----~------~--~---
