Tim Golden added the comment:

The crash is actually happening in Modules/_ssl.c:_get_peer_alt_names.

 >      _ssl.pyd!_get_peer_alt_names(x509_st * certificate)  Line 810 + 0x2 
bytes   C
        _ssl.pyd!_decode_certificate(x509_st * certificate)  Line 1187 + 0x8 
bytes   C
        _ssl.pyd!PySSL_peercert(PySSLSocket * self, _object * args)  Line 1335  
C

I note that Benjamin committed a leak-fix change a day or so before 
2.7.12rc1 was tagged:

   https://hg.python.org/cpython/rev/66cd109f3f21

As it stands, I can't build 64-bit with my setup and the 32-bit build 
seems fine so it's hard to bisect. I'll try to get a 64-bit build 
working to give better information. (The trace above is from an attached 
debugger).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27305>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to