This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author meador.inge
Recipients amaury.forgeotdarc, belopolsky, meador.inge
Date 2011-10-04.03:51:56
SpamBayes Score 1.641864e-07
Marked as misclassified No
Message-id <1317700316.99.0.785254056011.issue13096@psf.upfronthosting.co.za>
In-reply-to
Content
There is similar crasher to this one that can be reproduced like:

[meadori@motherbrain cpython]$ ./python 
Python 3.3.0a0 (default:61de28fa5537+d05350c14e77+, Oct  3 2011, 21:47:04) 
[GCC 4.6.0 20110603 (Red Hat 4.6.0-10)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from ctypes import *
>>> p = POINTER('x' * 2 ** 25)
Segmentation fault (core dumped)

It should be fixed as well.
History
Date User Action Args
2011-10-04 03:51:57meador.ingesetrecipients: + meador.inge, amaury.forgeotdarc, belopolsky
2011-10-04 03:51:56meador.ingesetmessageid: <1317700316.99.0.785254056011.issue13096@psf.upfronthosting.co.za>
2011-10-04 03:51:56meador.ingelinkissue13096 messages
2011-10-04 03:51:56meador.ingecreate