Status: New
Owner: ----

New issue 345 by nth10sd: CHECK(count >= 0) failed
http://code.google.com/p/v8/issues/detail?id=345

for(var x = 0 (0) in /a/g) try{ continue } catch(e){ continue } finally{}

This asserts debug compiled with "scons mode=debug library=shared
snapshot=on sample=shell" at CHECK(count >= 0) failed

(Please acknowledge and attribute reporter's discovery of testcase)


=====

$ cat 17a.js
for(var x = 0 (0) in /a/g) try{ continue } catch(e){ continue } finally{}
$ ./shell_g 17a.js


#
# Fatal error in src/virtual-frame.cc, line 133
# CHECK(count >= 0) failed
#

Abort trap
$ svn log | head
------------------------------------------------------------------------
r1952 | [email protected] | 2009-05-14 20:26:59 +0800 (Thu, 14 May 2009) |
2 lines

Fix x64 build.
Review URL: http://codereview.chromium.org/115351
------------------------------------------------------------------------
r1951 | [email protected] | 2009-05-14 20:18:25 +0800 (Thu, 14 May 2009) |
4 lines

Reapply revision 1949.  Stupid error.

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