[NumPy-Tickets] [NumPy] #1981: numpy crash under windows with a very big array
NumPy Trac
numpy-tickets@scipy....
Tue Nov 15 06:33:32 CST 2011
#1981: numpy crash under windows with a very big array
--------------------------+-------------------------------------------------
Reporter: bred | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.6.2
Component: Other | Version: 1.6.0
Keywords: crash, array |
--------------------------+-------------------------------------------------
I'm using: [[BR]]
python 3.2 (32bit) [[BR]]
numpy 1.6.1 (32bit) [[BR]]
Windows 7 (64 bit) [[BR]]
In some case numpy crash if we use a very big array.
for example try this:
{{{
import numpy
y = numpy.ones( (40393836, 2) )
y + 1
}}}
As a result python crash while it's computing y + 1
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1981>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list