[Python-bugs-list] Segmentation fault with kernel 2.2.12 (PR#103)

guido@CNRI.Reston.VA.US guido@CNRI.Reston.VA.US
Mon, 11 Oct 1999 23:08:55 -0400 (EDT)


> Full_Name: Alfred Steffens Jr.
> Version: 1.5.2
> OS: Linux
> Submission from: p138.netwood.net (209.247.185.38)
> 
> I'm using glibc 2.0.6 and kernel 2.2.12 and gcc-2.7.2.1 .  When I try to
>  execute httplib.HTTP() or urllib.urlretrieve() I get a segmentation fault.
> The functions work ok with kernel 1.2.13 .

The Linux and glibc kernel versions don't mean much to me.  Can you
fire up a debugger and see where in the C code it crashes?  Also, is
this for a specific URL or is it for any URL?  If a specific URL, I'd
like to know which one.

Finally, did you get or build the Python executable matching your
kernel?  A Linux upgrade from 1.x to 2.x seems a big deal, it's
possible that you'll need a new Python installation or build.

--Guido van Rossum (home page: http://www.python.org/~guido/)