[Python-bugs-list] [ python-Bugs-561858 ] Assertion with very long lists

noreply@sourceforge.net noreply@sourceforge.net
Wed, 29 May 2002 03:14:33 -0700


Bugs item #561858, was opened at 2002-05-29 12:12
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=561858&group_id=5470

Category: Python Interpreter Core
Group: Python 2.1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Jerome Alet (jalet)
Assigned to: Nobody/Anonymous (nobody)
Summary: Assertion with very long lists

Initial Comment:
I've tried to import a module which only define a list
of 170000 elements (a word list) which defines an
element per line, so the module also has 170000 lines
in it. Here's the error :

--- CUT ---
Python 2.1.3 (#1, Apr 20 2002, 10:14:34) 
[GCC 2.95.4 20011002 (Debian prerelease)] on linux2
Type "copyright", "credits" or "license" for more
information.
>>> import dictionnaire
python: ../Python/ceval.c:695: eval_code2: Assertion
`(stack_pointer - f->f_valuestack) <= f->f_stacksize'
failed.
Abandon
--- CUT ---

this seems to be the same problem as bug id 210647 but
there's no segfault.

the module is attached to this bug report.

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

>Comment By: Jerome Alet (jalet)
Date: 2002-05-29 12:14

Message:
Logged In: YES 
user_id=97214

module too long to be attached. ask it by email at
alet@librelogiciel.com if needed.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=561858&group_id=5470