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 ocean-city
Recipients ocean-city
Date 2008-09-26.19:11:10
SpamBayes Score 0.0025968133
Marked as misclassified No
Message-id <1222456271.93.0.671774987704.issue3947@psf.upfronthosting.co.za>
In-reply-to
Content
>Thread 7282896l tries to lock same object twice.
This was not cause of problem. I saw crash after one lock on another thread.

I could create the C code to reproduce crash. (reproduce.zip)
But strangely, I couldn't crash main.exe if it was built with
http://www.openssl.org/source/openssl-0.9.8h.tar.gz (same version)

I compiled openssl with "config -dCygwin" and "make". (I needed to fix
one broken link in Include dir though)
History
Date User Action Args
2008-09-26 19:11:12ocean-citysetrecipients: + ocean-city
2008-09-26 19:11:11ocean-citysetmessageid: <1222456271.93.0.671774987704.issue3947@psf.upfronthosting.co.za>
2008-09-26 19:11:11ocean-citylinkissue3947 messages
2008-09-26 19:11:10ocean-citycreate