[Python-checkins] r42798 - python/trunk/Parser/tokenizer.c

Thomas Wouters thomas at python.org
Fri Mar 3 19:22:42 CET 2006


On 3/3/06, Jim Jewett <jimjjewett at gmail.com> wrote:
>
> Do please add the crash file (with instructions, so it won't be discarded
> too easily) to the crashes directory anyhow.
>

It seems to me that the crashers directory is for unresolved crashes. This
one is resolved, I just can't add a proper regression test. (The test might
very well only trigger on little endian machines, or just on ia32 machines,
or on x86_64 (amd64) macines, or just on mine; I didn't bother to dive into
it :)

The crashers file for my machine is easily created, though:
>>> open("crasher.py").write("'''   \n    \n    \xb7   \n'''\n")
>>> ^D
$ python crasher.py
Segmentation Fault

--
Thomas Wouters <thomas at python.org>

Hi! I'm a .signature virus! copy me into your .signature file to help me
spread!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-checkins/attachments/20060303/94b63355/attachment.htm 


More information about the Python-checkins mailing list