[Numpy-tickets] [NumPy] #633: segfault in assignment to pyobject array
NumPy
numpy-tickets@scipy....
Mon Dec 17 20:28:19 CST 2007
#633: segfault in assignment to pyobject array
------------------------+---------------------------------------------------
Reporter: batripler | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: 1.0.5
Component: numpy.core | Version:
Severity: major | Keywords:
------------------------+---------------------------------------------------
Enter the following sequence:
{{{
>>> import numpy
>>> m=numpy.zeros(1000000, dtype='object')
>>> m[:]=1
>>> m[:]=1
}}}
The 2nd assignment (sometimes the 3rd) will cause a segfault. This occurs
on numpy v1.0.4 and py v2.5.1 (installed from release binaries on Win32).
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/633>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list