[pypy-issue] [issue1016] RPython AssertionError while running async io greenlet test

Armin Rigo tracker at bugs.pypy.org
Wed Feb 29 10:56:32 CET 2012


Armin Rigo <armin.rigo at gmail.com> added the comment:

Ah, I see.  It's likely a collision in the globaldata.resume_virtuals
dictionary.  The keys are the addresses in the stack of the forced JIT frames. 
But with continulets, the address in the stack can collide among several JIT frames.

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


More information about the pypy-issue mailing list