[issue6178] Core error in Py_EvalFrameEx 2.6.2

Tim Savannah report at bugs.python.org
Tue Jun 2 18:11:44 CEST 2009


Tim Savannah <tsavanna at arinc.com> added the comment:

Yes I compiled python myself, using ./configure
--prefix=/usr/local/python2.6/ --with-pth --enable-shared

It is a 64-bit compile.

I've done this with both standard config and a config that I modded
which produces optimizations options as -ggdb3 -O0. Both contain the
segfault error.

We are including some external site packages, but there is no consistent
site package import or usage that causes the segfault, it just seems
that heavy stress with many threads going off has a race chance to cause it.

I can send any additional info that can help debug this issue

----------

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


More information about the Python-bugs-list mailing list