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

Benjamin Peterson benjamin at python.org
Fri Jun 24 23:41:56 CEST 2011


2011/6/24 Ronny Pfannschmidt <tracker at bugs.pypy.org>:
>
> 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

Why would that be a translator bug?



-- 
Regards,
Benjamin


More information about the pypy-issue mailing list