[PYTHON MATRIX-SIG] Re: Mandelbrot: another nice useless NumPy script?!

Tom Schwaller tom.schwaller@linux-magazin.de
Mon, 09 Sep 1996 19:12:37 +0200


I discovered a very strange behaviour in the Mandelbrot example.

On my Linux box, 

uname -a
Linux 1.99.4 #8-pre-2.0 Wed Aug 21 12:52:32 MET DST 1996 i586

When I do:

print draw(-2.1, 0.7, -1.2, 1.2)
print draw(-2.1, 0.7, -1.2, 1.2)
print draw(-2.1, 0.7, -1.2, 1.2)
print draw(-2.1, 0.7, -1.2, 1.2)

the Python interpreter crahes!!! After the 4th call of print draw,
the third cal is still ok.

Can anybody reproduce this on another machine?

Tom

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

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