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-09-02.03:50:50
SpamBayes Score 1.5157551e-06
Marked as misclassified No
Message-id <1314935452.01.0.397268917791.issue12881@psf.upfronthosting.co.za>
In-reply-to
Content
Reproduced on Fedora 15 with tip Python:

[meadori@motherbrain cpython]$ ./python 
Python 3.3.0a0 (default:3102951cc1ce+, Sep  1 2011, 22:19:06) 
[GCC 4.6.0 20110603 (Red Hat 4.6.0-10)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ctypes
[68588 refs]
>>> class S(ctypes.Structure):
...     _fields_ = [('x' * 10000000, ctypes.c_int)]
... 
Segmentation fault (core dumped)
History
Date User Action Args
2011-09-02 03:50:52meador.ingesetrecipients: + meador.inge, amaury.forgeotdarc, belopolsky
2011-09-02 03:50:52meador.ingesetmessageid: <1314935452.01.0.397268917791.issue12881@psf.upfronthosting.co.za>
2011-09-02 03:50:51meador.ingelinkissue12881 messages
2011-09-02 03:50:50meador.ingecreate