AW: [Python-Dev] segmentation fault with python2.3a0 from cvs (original) (raw)
Gerson Kurz Gerson.Kurz@t-online.de
Mon, 7 Oct 2002 20:45:14 +0200
- Previous message: [Python-Dev] segmentation fault with python2.3a0 from cvs
- Next message: [Python-Dev] segmentation fault with python2.3a0 from cvs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tim Peters wrote
There's something you can do about it, though: don't create 4+MB source files to begin with. I don't take problems from such tomfoolery seriously, although the younger folks here might .
Ok, here is a 55 bytes sourcecode:
b = {} for i in range(1000000): b[i] = [0] * 60
--> segfault with cygwin.
- Previous message: [Python-Dev] segmentation fault with python2.3a0 from cvs
- Next message: [Python-Dev] segmentation fault with python2.3a0 from cvs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]