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 2018-07-25.13:53:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532526817.78.0.56676864532.issue34223@psf.upfronthosting.co.za>
In-reply-to
Content
It seems like Python has an invalid object somewhere. PYTHONDUMPREFS=1 makes Python crash at exit.

$ PYTHONDUMPREFS=1 ./python -c pass
(...)
0x7f1992292448 [1] (<class '_thread._localdummy'>, <class 'object'>)
0x7f1992241aa8 [1] {'__doc__': 'Thread-local dummy'}
0x7f199222c740 [1] (<class 'object'>,)
0x9c98a0 [2] <class '_thread._localdummy'>
0x7f1992217dc0 [1] 
Segmentation fault (core dumped)
History
Date User Action Args
2018-07-25 13:53:37vstinnersetrecipients: + vstinner
2018-07-25 13:53:37vstinnersetmessageid: <1532526817.78.0.56676864532.issue34223@psf.upfronthosting.co.za>
2018-07-25 13:53:37vstinnerlinkissue34223 messages
2018-07-25 13:53:37vstinnercreate