[SciPy-user] fft crashes python

Travis Oliphant oliphant.travis at ieee.org
Sat May 27 05:10:02 EDT 2006


weg werp wrote:
> Hi group,
>
> the following crashes python:
>
> from numpy import *
> import scipy.signal as sig
> x=ones(100,dtype = float)
> f=sig.fft(x)
>   

This code works fine for me on Linux.

It's hard to track down what the problem might be without more 
information.   Perhaps you could use gdb or some other debugger to see 
where the crash is occurring. 

It would also be useful if you reported what system you are running on.  

If we can't re-produce the problem, then it is *very* hard to figure out 
what's going on.

Best,

-Travis






More information about the SciPy-User mailing list