Status: New
Owner: ----

New issue 1512 by [email protected]: Object.getOwnPropertyNames(Math) segfaults when run in "v8 --strict"
http://code.google.com/p/v8/issues/detail?id=1512

There are a number of ways to cause this error, but the simplest is the following:

$ v8 --strict -e "print(Object.getOwnPropertyNames(Math));"

In the line above, "v8" is the V8 sample shell bundled with the source code I checked out from SVN, revision 8473. I built on Mac OS X 10.6.8 using SCons v2.1.0.alpha with system Python and GNU compilers. I am also filing a second related report, and I will attach its number momentarily.

Thank you!


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to