Package: fftw3
Severity: normal

While trying to track down a memory allocation problem with fftw3, I read the
documentation and
discovered the --enable-debug-malloc option.

So I did an
$ apt-get source fftw3
$ cd fftw3-3.2.2
$ ./configure CFLAGS=-g --prefix=$(readlink -f ..) --enable-debug-malloc
--enable-debug
$ make install

I even compiled the test program with -DFFTW_DEBUG -DFFTW_DEBUG_MALLOC
but no malloc debugging takes place.

I ended up linking with -lmcheck and sprinkling mcheck(0) to find the problem.

I realize this is probably an upstream bug but I'm reporting this to Debian as
I understand it's a
Debian preference.



-- System Information:
Debian Release: wheezy/sid
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to