The new Sage 4.7.1 binary, again built on redhawk (apparently still
running Ubuntu 10.04.1) fails in exactly the same way:
sage: import numpy as np
sage: ms = np.load("/home/leif/Sage/tmp/matrices.npy")
sage: time np.dot(ms[0],ms[1])
/tmp/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-Linux/local/lib/
libcsage.so(print_backtrace+0x31)[0x7f3b480f3817]
/tmp/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-Linux/local/lib/
libcsage.so(sigdie+0x14)[0x7f3b480f3849]
/tmp/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-Linux/local/lib/
libcsage.so(sage_signal_handler+0x20e)[0x7f3b480f3474]
/lib/libpthread.so.0(+0xf8f0)[0x7f3b4d35a8f0]
/tmp/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-Linux/local/lib/
libatlas.so(+0x6b70d)[0x7f3b41f7470d]
------------------------------------------------------------------------
Unhandled SIGSEGV: A segmentation fault occurred in Sage.
This probably occurred because a *compiled* component of Sage has a
bug
in it and is not properly wrapped with sig_on(), sig_off(). You might
want to run Sage under gdb with 'sage -gdb' to debug this.
Sage will now terminate.
------------------------------------------------------------------------
/tmp/sage-4.7.1-linux-64bit-ubuntu_10.04.1_lts-x86_64-Linux/local/bin/
sage-sage: line 301: 22150 Segmentation fault sage-ipython "$@" -
i
-leif