[NumPy-Tickets] [NumPy] #1522: segfault in any() on large object array (was: segfault in any() on large array with duplicate values)
NumPy Trac
numpy-tickets@scipy....
Sun Jun 27 05:59:39 CDT 2010
#1522: segfault in any() on large object array
------------------------+---------------------------------------------------
Reporter: glub | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: 2.0.0
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Changes (by pv):
* priority: normal => high
* status: needs_info => new
Comment:
Ok, thanks, I managed to reproduce it now:
{{{
import numpy as np
print np.__version__, np.__file__
x = np.random.rand(42364).astype(object)
np.any(x)
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1522#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list