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 vstinner
Recipients vstinner
Date 2021-10-13.02:59:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634093964.69.0.604842560262.issue45453@roundup.psfhosted.org>
In-reply-to
Content
Ah, I reproduced a crash locally:

0:00:19 load avg: 2.00 [3/3/1] test_embed crashed (Exit code -11)
Fatal Python error: Segmentation fault

Current thread 0x00007fef0ea9f2c0 (most recent call first):
  File "/home/vstinner/python/main/Lib/test/test_embed.py", line 1560 in create_printer
  File "/home/vstinner/python/main/Lib/test/test_embed.py", line 1595 in test_disallow_instantiation

The crash happens when sys.__stdout__.fileno() is not 1 or 2. It happens with my recents changes in bpo-45410.
History
Date User Action Args
2021-10-13 02:59:24vstinnersetrecipients: + vstinner
2021-10-13 02:59:24vstinnersetmessageid: <1634093964.69.0.604842560262.issue45453@roundup.psfhosted.org>
2021-10-13 02:59:24vstinnerlinkissue45453 messages
2021-10-13 02:59:24vstinnercreate