[issue6178] Core error in Py_EvalFrameEx 2.6.2

Antoine Pitrou report at bugs.python.org
Wed Jun 3 01:35:03 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

> And no, there is still segfaults without optimizations, I've tried at
> -O2 -O and -O0 ( -O0 being no optimization).

Then you can try rebuilding Python after "./configure --with-pydebug".
It will add some runtime checks, perhaps it will find the cause of the
problem.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6178>
_______________________________________


More information about the Python-bugs-list mailing list