New issue 1917: PyPy STM segfault https://bitbucket.org/pypy/pypy/issue/1917/pypy-stm-segfault
Konstantin Lopuhin: How to reproduce: ``` #!bash hg clone ssh://[email protected]/kostialopuhin/tornado-stm-bench cd tornado-stm-bench hg up a038bf99de71 virtualenv env -p pypy-c-r74011-stm-jit source env/bin/activate pip install -r requirements.txt ./astar.py 4 ``` This will start a server on localhost:8888. And then to get a crash, run in another terminal ``` ./bench_astar.py ``` astar.py is a benchmark that simulates a simple multiplayer game, running under tornado with stm enabled, where players modify and move around a common map. I have an Amazon AMI with this already set up, or I can just start it at any time. _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
