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 lkollar
Recipients lkollar, ned.deily, ronaldoussoren
Date 2019-03-08.12:32:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552048367.13.0.453050382053.issue36236@roundup.psfhosted.org>
In-reply-to
Content
CPython crashes with "pymain_compute_path0: memory allocation failed" when attempting to execute it with a library module from a previously deleted directory.

To reproduce:

cd ~/tmp/python_crash

rm -rf ~/tmp/python_crash

python3.7 -m pdb
Fatal Python error: pymain_compute_path0: memory allocation failed
ValueError: character U+ef3a8fe0 is not in range [U+0000; U+10ffff]

Current thread 0x000000011060e5c0 (most recent call first):
History
Date User Action Args
2019-03-08 12:32:47lkollarsetrecipients: + lkollar, ronaldoussoren, ned.deily
2019-03-08 12:32:47lkollarsetmessageid: <1552048367.13.0.453050382053.issue36236@roundup.psfhosted.org>
2019-03-08 12:32:47lkollarlinkissue36236 messages
2019-03-08 12:32:47lkollarcreate