[Numpy-tickets] [NumPy] #947: Segmentation fault with tile + char array
NumPy
numpy-tickets@scipy....
Sun Nov 2 18:22:04 CST 2008
#947: Segmentation fault with tile + char array
--------------------+-------------------------------------------------------
Reporter: pv | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.3.0
Component: Other | Version: none
Severity: normal | Keywords:
--------------------+-------------------------------------------------------
This crashes: (numpy r5968)
{{{
import numpy
numpy.tile(1,'A'*33)
}}}
See the original bug report in Scipy Trac:
http://scipy.org/scipy/scipy/ticket/717
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/947>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list