New submission from Donald Stufft <[email protected]>: Steps to reproduce:
# I'm using: # $ pypy --version # Python 2.7.3 (480845e6b1dd, Jul 31 2013, 10:58:28) # [PyPy 2.1.0 with GCC 4.2.1 Compatible Clang Compiler] $ git clone https://github.com/pyca/pynacl.git $ git checkout be8940fec1729fbae58f51bc1d80970dd9c2813c $ python setup.py install $ pip install pytest $ py.test It seems to work fine if I run it without the jit. The latest nightly exhibits this behavior as well. ---------- messages: 6247 nosy: dstufft, pypy-issue priority: bug status: unread title: Segfault when running tests (cffi C Module) only on PyPy ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1619> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
