[pypy-issue] [issue1648] Seg Fault 11 using numpy.zeros PYPY2.2

handloomweaver tracker at bugs.pypy.org
Mon Dec 2 14:22:22 CET 2013


New submission from handloomweaver <a.w.macmillan at gmail.com>:

>>>> import numpy as np
>>>> x = np.zeros((2,2), dtype=[('a', np.int32), ('b', np.float64, (3,3))])
>>>> x
Segmentation fault: 11

on OSX 10.8 & Ubuntu 12

----------
messages: 6387
nosy: handloomweaver, pypy-issue
priority: bug
release: 2.2
status: unread
title: Seg Fault 11 using numpy.zeros PYPY2.2

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1648>
________________________________________


More information about the pypy-issue mailing list