Comment #3 on issue 884 by emit.sorrels: shell sample Infinite loop in
JSObject::LookupCallbackSetterInPrototypes
http://code.google.com/p/v8/issues/detail?id=884
seems to be g++ related.
If I dial down the release build's optimization level to -O0 or -O1 it
works... -O2 and -O3 on g++ 4.5.1 screws it up. The debug build was working
simply because it's set to -O0.
Still looking to figure out which -f optimization flag is the culprit. For
anyone out there experiencing the same issue with recent g++, temporarily
workaround would be to turn down the optimization level for the release
build...
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev