New submission from Viktor Ferenczi:
Read the WARNING below, then run the attached script with Python3.0a2.
It will eat all of your memory.
WARNING: Keep a process killing tool or an extra command line at your
fingertips, since this script could render your machine unusable in
about 10-20 seconds depending on your memory and CPU speed!!! YOU ARE
WARNED!
OS: Ubuntu Feisty, up-to-date
Python: Python3.0a1, built from sources,
configured with: --prefix=/usr/local
----------
components: Interpreter Core
files: hungry_script.py
messages: 55758
nosy: complex
severity: critical
status: open
title: Parsing a simple script eats all of your memory
type: crash
versions: Python 3.0
__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1134>
__________________________________
#!/usr/local/bin/python3.0
# -*- coding: ascii -*-
def this_will_eat_all_of_your_memory():
'''
Parsing this function will eat all of your memory. It's a BUG.
pass'''
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com