[Python-modules-team] Bug#622082: python-matplotlib: Instruction not allowed (sse2?)
Jakub Wilk
jwilk at debian.org
Sun Apr 10 21:32:34 UTC 2011
(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
More information about the Python-modules-team
mailing list