[NumPy-Tickets] [NumPy] #1588: numpy.ndarray.clip segfaults on big-endian dtype
NumPy Trac
numpy-tickets@scipy....
Mon May 7 21:26:34 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):
{{{
Another investigation running gdb with a breakpoint on PyArray_Clip shows
the function runs properly.
And there is no way for PyArray_Clip to fall into the PyArray_Ravel path.
Who is calling PyArray_Ravel?
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1588#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list