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

noreply@sourceforge.net noreply@sourceforge.net
Sun, 6 Aug 2000 14:12:55 -0700


Bug #110853, was updated on 2000-Aug-01 14:37
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Irreproducible
Priority: 5
Summary: Segmentation fault with kernel 2.2.12 (PR#103)

Details: Jitterbug-Id: 103
Submitted-By: apsteffe@netwood.net
Date: Mon, 11 Oct 1999 22:21:00 -0400 (EDT)
Version: 1.5.2
OS: Linux


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 .



====================================================================
Audit trail:
Mon Oct 18 18:08:00 1999	guido	changed notes
Mon Oct 18 18:08:00 1999	guido	changed notification
Mon Oct 18 18:08:00 1999	guido	moved from incoming to irreproducible

Follow-Ups:

Date: 2000-Aug-01 14:37
By: none

Comment:
From: Guido van Rossum <guido@CNRI.Reston.VA.US>
Subject: Re: [Python-bugs-list] Segmentation fault with kernel 2.2.12 (PR#103)
Date: Mon, 11 Oct 1999 23:09:13 -0400

> 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/)

-------------------------------------------------------

Date: 2000-Aug-01 14:37
By: none

Comment:
Probably caused by a huge jump in Linux kernel version without recompiling
Python.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110853&group_id=5470