[PYTHON MATRIX-SIG] a.choose() segfaults

carlos fonseca fonseca@acse.shef.ac.uk
Wed, 19 Jun 1996 19:42:40 +0100


Apologies if this bug is already known:

>>> a=arange(10)
>>> a
0 1 2 3 4 5 6 7 8 9
>>> a.choose
<built-in method choose of array object at d00e8>
>>> a.choose()
Segmentation Fault (core dumped)

This happens both under Linux-i386, and under Solaris 2 on a Sun.

Carlos

=================
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
=================