[issue7305] urllib2.urlopen() segfault using SSL on Solaris

River Tarnell report at bugs.python.org
Tue Feb 15 17:06:07 CET 2011


River Tarnell <r.tarnell at IEEE.ORG> added the comment:

Well, I can "prove" it's not OpenSSL's fault either, since "openssl s_client" works fine ;-)  (As do many other OpenSSL-using applications.)

In any case, since I'm not using SPARC, it's unlikely that a bug in the SPARC asm code is the cause of the problem.  Of course it could still be some other OpenSSL bug, or it could be that Python is using OpenSSL wrongly (and perhaps something changed between 0.9.7 and 1.0.0 that prevents the problem occuring).

We now use our own OpenSSL instead of Sun's, so this isn't a problem anymore, but it will affect anyone using Python on Solaris 10 with Sun's OpenSSL.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7305>
_______________________________________


More information about the Python-bugs-list mailing list