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

Justin Patrin tracker at bugs.pypy.org
Sun Jan 22 07:59:56 CET 2012


New submission from Justin Patrin <papercrane at reversefold.com>:

I get:

RPython traceback:
  File "jit_metainterp_compile.c", line 136, in force_now_1
  File "jit_metainterp_compile.c", line 200, in 
ResumeGuardForcedDescr_handle_async_forcing
Fatal RPython error: AssertionError
Abort trap: 6

every time I run:

PYTHONPATH=.. pypy both.py

while in the examples directory of the unzipped tarball attached. This is on OSX 
10.7.2 with pypy from mercurial built with:

./pypy-c translate.py --opt=jit --continuation --thread --gc=minimark --listcompr 
--clever-malloc-removal --insist targetpypystandalone.py

I tried to create a simpler script which does the same things (bare_poll.py) but 
it runs forever with no problems.

----------
files: jevent_pypy_crash.tbz2
messages: 3758
nosy: papercrane, pypy-issue
priority: bug
status: unread
title: RPython AssertionError while running async io greenlet test

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


More information about the pypy-issue mailing list