[issue5328] Crash when doing some list iteration

2009-02-22 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue5328] Crash when doing some list iteration

2009-02-21 Thread qwjqwj
qwjqwj added the comment: I used the script from issue 4732 and can reproduce segfault on my RHEL 5. After that I updated the system with "yum update" and get a new version of libc. Currently the script cannot cause segfault after updating. Thank you for your help. _

[issue5328] Crash when doing some list iteration

2009-02-20 Thread Daniel Diniz
Daniel Diniz added the comment: Can you take a look at issues 4732 to see whether it helps you pinpoint the problem? Python 2.5 won't receive simple bugfixes any longer, only security fixes. -- components: +Interpreter Core -None nosy: +ajaksu2 stage: -> test needed __

[issue5328] Crash when doing some list iteration

2009-02-20 Thread qwjqwj
New submission from qwjqwj : I am using the python 2.5.4 in redhat enterprise. My project is a big one with turbogears and sqlobject. The python core dumped sometime when iterating list. It occurs randomly and cannot be reproduced. After using gdb, I found python core dumped at this line in th