Bug#619324: libfftw3-3 segfaults on amd64

2011-07-06 Thread Steven G . Johnson
I have the same problem using inverse FFT in GNURADIO. The code works on 32bit only. I tried your code snippet, turning it into a stand-alone program by filling in a few missing declarations and functions (e.g. gri_complex and inbuf_length) with what they obviously should be, and it

Bug#619324: libfftw3-3 segfaults on amd64

2011-06-27 Thread Michael Goetz
Hi, I have the same problem using inverse FFT in GNURADIO. The code works on 32bit only. My call: d_invfft = new gri_fft_real_rev(NFFT); [...] d_invfft-execute(); an the code of gri_fft; gri_fft_complex::gri_fft_complex (int fft_size, bool forward) {   // Hold global mutex during plan

Bug#619324: libfftw3-3 segfaults on amd64

2011-03-22 Thread Charles G Montgomery
Package: libfftw3-3 Version: 3.2.2-1 Severity: normal Fortran programs using libfftw3-3 segfault on this machine, amd64, while the same programs run correctly on a i686 machine. Both machines are up-to- date testing. I have made a short example program showing the problem: