(Adding the bug back to the recipient list.)

~$ LC_ALL=C gdb -batch -q -ex run -ex bt --args python -c 'from 
matplotlib.pylab import *'
[Thread debugging using libthread_db enabled]

Program received signal SIGILL, Illegal instruction.
0xb7afadb0 in cblas_dgemm () from /usr/lib/libblas.so.3gf
#0  0xb7afadb0 in cblas_dgemm () from /usr/lib/libblas.so.3gf
#1  0x00000030 in ?? ()

Thanks. Now we only need to find out which package/version is at fault. Could you try this:

LC_ALL=C apt-cache policy $(dpkg -S $(readlink -f /usr/lib/libblas.so.3gf) | 
cut -d: -f1)

?


--
Jakub Wilk



_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to