Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 403 by [email protected]: Stack height expectations mismatch  
on try-catch-finally with continues
http://code.google.com/p/v8/issues/detail?id=403

   do {
     try {
       continue;
     } catch(e) {
       continue;
     } finally {
     }
   } while(false);

leads to (in debug mode):

#
# Fatal error in /home/kasperl/V8/bleeding_edge/src/jump-target.cc, line
371
# CHECK(reaching_frames_[i] == __null || reaching_frames_[i]->height() ==
expected_height_) failed
#


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

Reply via email to