[issue22717] PySSL segmentation fault

2014-10-24 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyth

[issue22717] PySSL segmentation fault

2014-10-24 Thread mbasti
mbasti added the comment: Thank you for your fast reply! So I will file a fedora bug. Thanks again. -- ___ Python tracker ___ ___ Pyt

[issue22717] PySSL segmentation fault

2014-10-24 Thread STINNER Victor
STINNER Victor added the comment: Other Fedora patches on Python: https://apps.fedoraproject.org/packages/python/sources I see another *huge* patch on the ssl module, "ssl backport": http://pkgs.fedoraproject.org/cgit/python.git/tree/00196-ssl-backport.patch --

[issue22717] PySSL segmentation fault

2014-10-24 Thread STINNER Victor
STINNER Victor added the comment: > 317 self->ctx->options &= ~(SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); I don't see this line in Python 2.7.8 vanilla: https://hg.python.org/cpython/file/ee879c0ffa11/Modules/_ssl.c It looks like Fedora patched the source code: http://pkgs.fedoraproject.org

[issue22717] PySSL segmentation fault

2014-10-24 Thread Alex Gaynor
Alex Gaynor added the comment: Are you able to test this against the 2.7 branch from hg? The ssl module received some significant attention for 2.7.9. -- nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou ___ Python tracker

[issue22717] PySSL segmentation fault

2014-10-24 Thread mbasti
New submission from mbasti: Hello, I'm getting null pointer dereference which leads to segmentation fault. I have no stable reproducer, but don't hesitate to contact me. Additional info is here: https://fedorahosted.org/freeipa/ticket/4649 python 2.7.8-4.1 (Fedora 21) #0 0x7f3c4a66dde4 i