Status: New
Owner: ----

New issue 1860 by [email protected]: ARM/MIPS: mjsunit/regress/regress-1122.js often fails on 3.7 branch
http://code.google.com/p/v8/issues/detail?id=1860

We first noticed this issue on MIPS simulator related to the MIPS 3.7 merge (r10229) but it turned out to also affect the ARM version, even in the revision before the merge (r10222).

To reproduce the issue:

scons mode=release simulator=arm d8 -j8
./d8 --stress-opt --always-opt test/mjsunit/mjsunit.js test/mjsunit/regress/regress-1122.js --test

Result:
============ Stress 1/5 ============
============ Stress 2/5 ============
Segmentation fault

The test doesn't always cause a segfault, but in my experience it happens very often (~70% of the time). I run it in an infinite loop just to make sure:

while (./d8 --stress-opt --always-opt test/mjsunit/mjsunit.js test/mjsunit/regress/regress-1122.js --test) do sleep 1; done

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

Reply via email to