[pypy-issue] [issue1619] Segfault when running tests (cffi C Module) only on PyPy

Donald Stufft tracker at bugs.pypy.org
Sun Oct 6 01:06:55 CEST 2013


New submission from Donald Stufft <donald.stufft at gmail.com>:

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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1619>
________________________________________


More information about the pypy-issue mailing list