Package: python-numarray
Version: 1.4.1-1
Numarray dot produces segmentation fault with Float matrices.
...
Python 2.3.5 (#2, Aug 31 2005, 03:10:40)
[GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numarray as na
>>> na.dot(na.identity(4), na.identity(4))
array([[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[0, 0, 0, 1]])
>>> na.dot(na.identity(4), na.identity(4).astype(na.Float))
Segmentation fault
This happens on x86_64 testing
uname -a:
Linux cortex 2.6.12-1-amd64-k8-smp #1 SMP Wed Sep 28 02:57:49 CEST 2005
x86_64 GNU/Linux
dpkg -s libc6 | grep ^Version:
Version: 2.3.5-8.1
Same example runs fine on a i386 testing.
-Antti Korvenoja
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]