[pypy-issue] [issue760] Malicious code object segfaults

Ronny Pfannschmidt tracker at bugs.pypy.org
Fri Jun 24 23:38:41 CEST 2011


Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de> added the comment:

pypy does :

    def popvalue(self):
        depth = self.valuestackdepth - 1
>       assert depth >= 0, "pop from empty value stack"
E       AssertionError: pop from empty value stack

so its probably a translator bug

----------
nosy: +ronny

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue760>
________________________________________


More information about the pypy-issue mailing list