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 christian.heimes
Recipients christian.heimes, ned.deily, pirate, ronaldoussoren
Date 2017-01-22.00:00:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485043249.1.0.316271078428.issue29340@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce the crash under Linux with OpenSSL 1.0.2j and Python 2.7, 3.5 and 3.6. Python 2.7 doesn't crash every time, 1 out of 5 times maybe.

#0  ssl_buf_freelist_free (list=0x7fffe8003b50) at ssl_lib.c:2094
#1  0x00007fffef3d68d7 in SSL_CTX_free (a=0x7fffe8006cf0) at ssl_lib.c:2182
#2  0x00007fffed23c60b in context_dealloc (self=0x7fffecffa9e8) at /home/heimes/dev/python/3.6/Modules/_ssl.c:2787
#3  0x00000000004c8b74 in subtype_dealloc (self=0x7fffecffa9e8) at Objects/typeobject.c:1222
#4  0x00000000004a4bc7 in dict_dealloc (mp=0x7fffed00a480) at Objects/dictobject.c:2011
#5  0x00000000004c8be2 in subtype_dealloc (self=0x7fffecfffce0) at Objects/typeobject.c:1207
History
Date User Action Args
2017-01-22 00:00:49christian.heimessetrecipients: + christian.heimes, ronaldoussoren, ned.deily, pirate
2017-01-22 00:00:49christian.heimessetmessageid: <1485043249.1.0.316271078428.issue29340@psf.upfronthosting.co.za>
2017-01-22 00:00:49christian.heimeslinkissue29340 messages
2017-01-22 00:00:48christian.heimescreate