AW: [Python-Dev] segmentation fault with python2.3a0 from cvs

Guido van Rossum guido@python.org
Mon, 07 Oct 2002 14:50:35 -0400


> Ok, here is a 55 bytes sourcecode:
> 
> b = {}
> for i in range(1000000):
>     b[i] = [0] * 60
> 
> --> segfault with cygwin.

Looks like a bug in CYGWIN malloc then.

--Guido van Rossum (home page: http://www.python.org/~guido/)