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' LDFLAGS='-L/usr/sfw/lib -R/usr/sfw/lib' ./configure --enable-ipv6 --prefix=$HOME/pytest % gmake -j5 % gmake install % $HOME/pytest/bin/python Python 2.7.1 (r271:86832, Feb 15 2011, 12:06:37) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import urllib2 >>> urllib2.urlopen('https://wiki.toolserver.org') zsh: segmentation fault (core dumped) $HOME/pytest/bin/python % pstack core core 'core' of 12301: /home/rriver/pytest/bin/python feb265bd AES_encrypt () + f1 % cat /etc/release Oracle Solaris 10 9/10 s10x_u9wos_14a X86 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7305> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com