[Numpy-discussion] numarray.fft causes fatal Python error

Sebastien Maret sebastien.maret at gmail.com
Fri Jun 8 10:40:05 EDT 2007


% python
Python 2.5.1 (r251:54863, May 11 2007, 11:07:19) 
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
from >>> from numarray import *
>>> import numarray.fft
>>> a = array([1., 0., 1., 0., 1., 0., 1., 0.]) + 10
>>> for i in range(5000):
...    b = numarray.fft.fft(a).real
... 
Fatal Python error: deallocating None
Abort trap

I am using Numarray 1.5.2. See also:
https://sourceforge.net/tracker/?func=detail&atid=450446&aid=1732413&group_id=1369

Sébastien




More information about the NumPy-Discussion mailing list