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 serhiy.storchaka
Recipients ronaldoussoren, serhiy.storchaka, xtreak, xxm
Date 2021-04-06.07:35:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617694532.33.0.968287175881.issue43664@roundup.psfhosted.org>
In-reply-to
Content
It is an old known issue, it is not specific to pdb, but happens with compile(), and it is not fixed yet.

>>> compile("+0"*1000000, '?', 'eval')
Segmentation fault (core dumped)

Stack overflow in recursive call of validate_expr() in at Python/ast.c:223.
History
Date User Action Args
2021-04-06 07:35:32serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, xtreak, xxm
2021-04-06 07:35:32serhiy.storchakasetmessageid: <1617694532.33.0.968287175881.issue43664@roundup.psfhosted.org>
2021-04-06 07:35:32serhiy.storchakalinkissue43664 messages
2021-04-06 07:35:32serhiy.storchakacreate