Package: python-numarray
Version: 1.3.3-1
Severity: normal

###
import numarray.numarrayall as num

a = num.array([[0,1,2],[3,4,5]], type=num.Float64)
b = num.array([1,2,3], type=num.Float64)
print a
print b
print num.matrixmultiply(a, b)
###

After this script runs, I get segmentation fault.

On ver.1.1.1-3 or ver.1.3.3-1 of i386, it runs well.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (105, 'testing'), (90, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.4
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.EUC-JP)

Versions of packages python-numarray depends on:
ii  python                        2.3.5-3    An interactive high-level object-o
ii  python2.3-numarray            1.3.3-1    An array processing package modell

python-numarray recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to