[Python-bugs-list] [Bug #110710] Segmentation fault on range (PR#71)

noreply@sourceforge.net noreply@sourceforge.net
Fri, 4 Aug 2000 07:00:44 -0700


Bug #110710, was updated on 2000-Jul-31 14:30
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 4
Summary: Segmentation fault on range (PR#71)

Details: Jitterbug-Id: 71
Submitted-By: mz@pdm.pvt.net
Date: Mon, 6 Sep 1999 06:45:45 -0400 (EDT)
Version: 1.5.2
OS: Debian GNU/Linux 2.1


When I start python and try to evaluate `range(1000000000)', I receive
segmentation fault:

  $ python
  Python 1.5.2 (#0, May  4 1999, 14:45:33)  [GCC 2.7.2.3] on linux2
  Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
  >>> range(1000000000)
  Segmentation fault

This can also be reproduced with Python 1.5.1 from the Debian 2.1 i386
distribution.



====================================================================
Audit trail:
Tue Sep 07 11:13:29 1999	guido	changed notes
Tue Sep 07 11:13:29 1999	guido	moved from incoming to platformbug

Follow-Ups:

Date: 2000-Aug-04 07:00
By: jhylton

Comment:
I can't reproduce this bug on 1.5.2 or current CVS.  In both cases, I get a MemoryError.

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

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