[NumPy-Tickets] [NumPy] #1588: numpy.ndarray.clip segfaults on big-endian dtype
NumPy Trac
numpy-tickets@scipy....
Mon May 7 21:29:24 CDT 2012
#1588: numpy.ndarray.clip segfaults on big-endian dtype
------------------------+---------------------------------------------------
Reporter: bdkern | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version: 1.6.1
Keywords: |
------------------------+---------------------------------------------------
Comment(by rainwoodman):
{{{
More strangely,
with ipython -c 'import numpy; a=numpy.array([11214], dtype=">f4");
a.clip(min=0);'
The code always crashes.
But with the interactive ipython -pylab, the code sometimes does crash
sometimes does not.
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1588#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list