Comment #15 on issue 3803 by [email protected]: Generators-iterators mjsunit test fails flaky in deoptimizer on gc stress bot
https://code.google.com/p/v8/issues/detail?id=3803

FYI: I added a new stress mode to the test runner to catch bastards like this. Here is a reliable repro (if it doesn't repro, raise the stress count):

ulimit -c unlimited
# Maybe tweak naming of core files.
PATHTOV8=...
gclient sync --nohooks
GYP_GENERATORS=ninja GYP_DEFINES="target_arch=x64 v8_target_arch=x64 embed_script=$PATHTOV8/test/mjsunit/mjsunit.js use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1" gclient runhooks
ninja -j1000 -C out/Debug d8
tools/run-tests.py --arch x64 --mode=Debug mjsunit/es6/generators-iteration --no-harness --buildbot --gc-stress --stress-only --random-seed-stress-count=500
gdb out/Debug/d8 core

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to