(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
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org