[NumPy-Tickets] [NumPy] #2066: np.searchsorted segfaults when input is a recarray
NumPy Trac
numpy-tickets@scipy....
Sun Feb 26 21:29:44 CST 2012
#2066: np.searchsorted segfaults when input is a recarray
--------------------------------------------------------+-------------------
Reporter: josh.ayers | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.6.2
Component: numpy.core | Version: 1.6.1
Keywords: searchsorted, segfault, segmentation fault |
--------------------------------------------------------+-------------------
Comment(by josh.ayers):
That also segfaults for me on Windows, with the same gdb output.
I tried both cases - with a recarray and a standard structured array - on
Ubuntu 11.10 in a virtual machine. It raises a !TypeError for both, so it
seems like the problem is Windows-specific. However, the !NumPy version
under Ubuntu was 1.5.1, versus 1.6.1 under Windows.
For further clarification, under Windows I'm using the !NumPy binaries
that come with Python(x,y) 2.7.2.1.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2066#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list