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 xxm
Recipients xxm
Date 2021-03-30.04:35:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617078944.41.0.741182615703.issue43664@roundup.psfhosted.org>
In-reply-to
Content
Long computations in pdb.run() lead to interpreter crashes.

Crash example
=======================================================
Python 3.9.2 (default, Mar 12 2021, 15:08:35) 
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pdb
>>> pdb.run("1+2"*1000000)
Segmentation fault (core dumped)
=======================================================

Environment:
Ubuntu 16.04, Python 3.9.2, Python 3.10.0a6
Mac OS Big Sur 11.2.3, Python 3.91, Python 3.10.0a2
History
Date User Action Args
2021-03-30 04:35:44xxmsetrecipients: + xxm
2021-03-30 04:35:44xxmsetmessageid: <1617078944.41.0.741182615703.issue43664@roundup.psfhosted.org>
2021-03-30 04:35:44xxmlinkissue43664 messages
2021-03-30 04:35:44xxmcreate