Re: [Python-Dev] Possible error in Python 2.4 garbage collector

2007-11-26 Thread Moritz Mühlenhoff
Kristján Valur Jónsson wrote: > This is almost certainly not a bug in python. > A cursory look indicates that a list being traversed in list_traverse has a > NULL member. I'd suggest examining the other members of the list to figure > out what this list is. Use the debugger for this, that is what

Re: [Python-Dev] Possible error in Python 2.4 garbage collector

2007-11-26 Thread Kristján Valur Jónsson
This is almost certainly not a bug in python. A cursory look indicates that a list being traversed in list_traverse has a NULL member. I'd suggest examining the other members of the list to figure out what this list is. Use the debugger for this, that is what it is for. It is probably a list yo