[issue35534] SIGSEGV in stackdepth_walk

anthony shaw report at bugs.python.org
Mon May 6 10:42:26 EDT 2019


anthony shaw <anthony.p.shaw at gmail.com> added the comment:

stackdepth_walk no longer exists in Python 3, this is a 2.7 specific issue.

opcode_stack_effect in compile.c will have the expected stack effect. If there is a mismatch between the Opcodes compiled with the distribution and the ones in the compile.c opcode_stack_effect, it can cause a crash.

Ensure that `make regen-all` is run before compiling with a clean build to avoid this.

----------
nosy: +anthony shaw
versions:  -Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35534>
_______________________________________


More information about the Python-bugs-list mailing list