[issue5750] weird seg fault

2009-04-14 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Closing as invalid, for two reasons: - Psyco is not a supported extension module. - This problem is already listed in Psyco's Known Bugs: http://psyco.sourceforge.net/psycoguide/bugs.html -- nosy: +amaury.forgeotdarc resolution: -> invalid status

[issue5750] weird seg fault

2009-04-14 Thread Peter Lonjers
Peter Lonjers added the comment: Hmm I just remembered I was using psyco with this code. With out it. There is a recursion depth exception not a segfault. Changing the bug to be in Extension modules. If that is the right place. -- components: +Extension Modules -Interpreter Core __

[issue5750] weird seg fault

2009-04-13 Thread Peter Lonjers
Changes by Peter Lonjers : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue5750] weird seg fault

2009-04-13 Thread utilitarian
New submission from utilitarian : In python 2.5.2 on ubuntu Ibex. If your run the command python round_robin_seg.py smallest_tomog. Using the files provided. There is a segfault. It happens in the core interpreter. It happened when I added line 35 to the python code. Sorry I do not have time at