[pypy-issue] Issue #3029: ll2ctypes (and possibly ctypes) does not work on pypy when running JIT tests (pypy/pypy)

fijal at bitbucket.org fijal at bitbucket.org
Sat Jun 22 14:03:49 EDT 2019


New issue 3029: ll2ctypes (and possibly ctypes) does not work on pypy when running JIT tests
https://bitbucket.org/pypy/pypy/issues/3029/ll2ctypes-and-possibly-ctypes-does-not

Maciej Fijalkowski:

When running something like:

`pypy py.test rpython/jit/backend/x86/test/test_runner.py`

We get a crash somewhere in Boehm on OS X. I think it does not work on linux either, but did not check. This is a problem, because on a new OS X you can’t attach a debugger to a system binary. Which means pypy becomes a default choice for Python, which in turn ends up with weird crashes. At the very least test\_runner should clearly complain when run on top of PyPy.




More information about the pypy-issue mailing list