[PYTHON MATRIX-SIG] Another way to crash the interpreter using long ints...

Jim Hugunin hugunin@mit.edu
Tue, 20 Aug 1996 09:04:08 -0400


tim@lassi.ece.uiuc.edu wrote:
> 
> Check this out:
> 
> >>> from Numeric import *
> >>> c = concatenate((arange(1l,5l),))
> >>> c.shape
> (4,)
> >>> c
> Segmentation fault

The problem in all of these cases is apparently in the array printing
functions when long ints are contained in the array.  My problem is that
this doesn't show up on my primary developement platform.  I'll look
into it on other platforms around here.

-Jim

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

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