[ python-Bugs-1483133 ] gen_iternext: Assertion `f->f_back != ((void *)0)' failed

SourceForge.net noreply at sourceforge.net
Tue Jan 23 05:45:33 CET 2007


Bugs item #1483133, was opened at 2006-05-06 14:09
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1483133&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Interpreter Core
Group: Python 2.4
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Private: No
Submitted By: svensoho (svensoho)
Assigned to: Phillip J. Eby (pje)
Summary: gen_iternext: Assertion `f->f_back != ((void *)0)' failed

Initial Comment:
Seems to be similar bug as http://sourceforge.net/
tracker/index.php?
func=detail&aid=1257960&group_id=5470&atid=105470 
(fixed)

Couldn't trigger with same script but with C 
application. Same source modification helps (at 
Objects/genobject.c:53)

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2007-01-22 20:45

Message:
Logged In: YES 
user_id=33168
Originator: NO

I agree with Martin.  This is fixed in 2.5, but since we are no longer
maintaining 2.4, it will not be fixed there.

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

Comment By: Martin v. Löwis (loewis)
Date: 2007-01-22 00:06

Message:
Logged In: YES 
user_id=21627
Originator: NO

Python 2.4 is not actively maintained anymore. As this occurs in the debug
build only, I recommend closing it as "won't fix". Just lowering the
priority for now (svensoho, please don't change priorities).

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

Comment By: svensoho (svensoho)
Date: 2006-06-30 00:35

Message:
Logged In: YES 
user_id=1518209

2.5 is already fixed: http://sourceforge.net/tracker/
index.php?func=detail&aid=1257960&group_id=5470&atid=105470

2.4 has exactly same problematic assertion, even same 
modification helps. Fedora has fixed it in their 
distribution: https://bugzilla.redhat.com/bugzilla/
show_bug.cgi?id=192592

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2006-06-30 00:14

Message:
Logged In: YES 
user_id=33168

Does this affect 2.5 or only 2.4?  There were a fair amount
of generator changes in 2.5.

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

Comment By: svensoho (svensoho)
Date: 2006-05-26 07:42

Message:
Logged In: YES 
user_id=1518209

This bug is blocking development of PostgreSQL Python based 
stored procedure language -- PL/Python.
See http://archives.postgresql.org/pgsql-patches/2006-04/msg
00265.php


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

Comment By: svensoho (svensoho)
Date: 2006-05-15 01:26

Message:
Logged In: YES 
user_id=1518209




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

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


More information about the Python-bugs-list mailing list