[Numpy-tickets] [NumPy] #314: array factory aborts when passed a list with a void type inside
NumPy
numpy-tickets at scipy.net
Wed Oct 4 07:45:19 CDT 2006
#314: array factory aborts when passed a list with a void type inside
------------------------+---------------------------------------------------
Reporter: faltet | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0 Release
Component: numpy.core | Version: devel
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by faltet):
As an addedum:
{{{
In [1]:import numpy
In [2]:numpy.__version__
Out[2]:'1.0.dev3249'
In [3]:rows=[(0,)]
In [4]:descr=[('x', 'i4')]
In [5]:scra = numpy.array(rows, dtype=descr)[0]
In [6]:ra = numpy.rec.array(scra, dtype=descr)
*** glibc detected *** double free or corruption (fasttop): 0x082eaa68 ***
Avortat
}}}
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/314#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list