New issue 2576: Core dumped when running MacroPy tests on PyPy2 5.7.1
https://bitbucket.org/pypy/pypy/issues/2576/core-dumped-when-running-macropy-tests-on

Omer Katz:

There's a consistent core dump when running 
[MacroPy](https://github.com/lihaoyi/macropy)'s test suite.
```
#!python

RPython traceback:

  File "rpython_jit_metainterp_11.c", line 16475, in send_loop_to_backend

  File "rpython_jit_backend_x86.c", line 1327, in Assembler386_assemble_loop

  File "rpython_jit_backend_x86.c", line 4220, in RegAlloc_prepare_loop

  File "rpython_jit_backend_x86.c", line 7455, in RegAlloc__prepare

  File "rpython_jit_backend_llsupport.c", line 17062, in compute_vars_longevity

Fatal RPython error: AssertionError

/home/travis/.travis/job_stages: line 54:  2414 Aborted                 (core 
dumped) python run_tests.py
```
In order to run the tests you need to currently install pyxl from git like so:
pip install git+https://github.com/dropbox/pyxl

I can provide more information on request.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to