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 loewis
Recipients bob.bob, loewis, pitrou, vstinner
Date 2014-03-14.17:59:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394819998.8.0.373148838099.issue20924@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine: init_ssl would be the entry function of _ssl.c, not code from OpenSSL. 

bob: It's doubtful though that the stack trace is right, since init_ssl doesn't call itself. Did you install the Python PDB files for 2.7.6 before obtaining this stack trace?

There are two things you could try to diagnose this further
1. Capture the complete packets using tcpdump or wireshark, for use by tcpreplay. Then see whether a replay will reliably trigger this problem, and allow for others to diagnose this further - upload a Python script and the wireshark dump here.
2. (Alternatively) Debug this yourself. Build Python in debug mode, see whether the problem still reproduces, then find out the life lock in the Visual Studio debugger.

Please also report the Windows version you are using.
History
Date User Action Args
2014-03-14 17:59:58loewissetrecipients: + loewis, pitrou, vstinner, bob.bob
2014-03-14 17:59:58loewissetmessageid: <1394819998.8.0.373148838099.issue20924@psf.upfronthosting.co.za>
2014-03-14 17:59:58loewislinkissue20924 messages
2014-03-14 17:59:58loewiscreate