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 rtarnell
Recipients BreamoreBoy, grobian, orsenthil, rtarnell
Date 2011-02-15.12:13:16
SpamBayes Score 9.464651e-14
Marked as misclassified No
Message-id <1297771996.76.0.830500614197.issue7305@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-02-15 12:13:16rtarnellsetrecipients: + rtarnell, orsenthil, grobian, BreamoreBoy
2011-02-15 12:13:16rtarnellsetmessageid: <1297771996.76.0.830500614197.issue7305@psf.upfronthosting.co.za>
2011-02-15 12:13:16rtarnelllinkissue7305 messages
2011-02-15 12:13:16rtarnellcreate