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

2011-03-04 Thread david
david db.pub.m...@gmail.com added the comment: I have also hit this bug. It is slightly interesting that urllib is able to connect to hosts that trigger a segfault under urllib2 without an issue... -- nosy: +db ___ Python tracker

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

2011-02-15 Thread Fabian Groffen
Fabian Groffen grob...@gentoo.org added the comment: Sorry for the noise. My issue seems to be caused by a broken openssl. It is a specific problem with the code for sparcv9 and the T1 CPU. Python can't do much about this. -- versions: -Python 2.7

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

2011-02-15 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: Thanks for the update on this issue. -- nosy: +orsenthil resolution: - invalid stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

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

2011-02-15 Thread River Tarnell
River Tarnell r.tarn...@ieee.org added the comment: If no one else can reproduce this I suppose there's no point leaving it open, but it's still present for me using Python 2.7.1: % bzip2 -dc Python-2.7.1.tar.bz | tar xvf - % cd Python-2.7.1 % CC=cc CXX=CC CPPFLAGS='-I/usr/sfw/include'

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

2011-02-15 Thread River Tarnell
River Tarnell r.tarn...@ieee.org added the comment: Also, when compiled with OpenSSL 1.0.0c, the problem doesn't occur. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7305 ___

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

2011-02-15 Thread Fabian Groffen
Fabian Groffen grob...@gentoo.org added the comment: I recompiled openssl with noasm flag now for sparcv9 (like I do on 32-bits compiles), and the example runs fine for me on the T1, proving Python is not to blame here. That said, if your problem only occurs with 0.9.8 isn't it then likely

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

2011-02-15 Thread River Tarnell
River Tarnell r.tarn...@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

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

2011-02-14 Thread Fabian Groffen
Fabian Groffen grob...@gentoo.org added the comment: I can reproduce this on Solaris 10/Sparc64 only, using Python 2.7.1. My core files aren't really useful though, nothing it can point to, everything is corrupt. -- nosy: +grobian versions: +Python 2.7

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

2011-02-14 Thread Fabian Groffen
Fabian Groffen grob...@gentoo.org added the comment: Perhaps I should have been a bit more clear. Python 2.6 works fine for me on Solaris 10/Sparc64 (64-bits). Python 2.7.1 also works on Solaris 10/Sparc (32-bits), but not on Sparc64 (64-bits). --

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

2010-08-04 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Can someone with a Solaris box try to reproduce this. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7305 ___

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

2009-11-11 Thread River Tarnell
New submission from River Tarnell ri...@flyingparchment.org.uk: Using Python 2.6.2 or 2.6.4 on Solaris 10, opening an SSL (https) URL using urllib2.urlopen() crashes Python: % python Python 2.6.4 (r264:75706, Nov 11 2009, 13:23:45) [C] on sunos5 Type help, copyright, credits or license for