[issue12588] test_capi.test_subinterps() failed on OpenBSD (powerpc)

Charles-François Natali report at bugs.python.org
Fri Jul 22 23:29:31 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

> Previous frame inner to this frame (corrupt stack?)

Interesting.

Could you post the result of:

$ valgrind --tool=memcheck --suppressions=Misc/valgrind-python.supp Modules/_testembed

after having un-commented the ADDRESS_IN_RANGE suppressions from Misc/valgrind-python.supp?

What compiler version are you using?
Could you try compiling with -O0, then with -fstack-protector-all?

----------
nosy: +neologix

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


More information about the Python-bugs-list mailing list