[pypy-issue] [issue1048] pypy -m cProfile: jit bug

Armin Rigo tracker at bugs.pypy.org
Wed Feb 15 11:29:15 CET 2012


New submission from Armin Rigo <armin.rigo at gmail.com>:

"pypy -m cProfile x.py" crashes with PyPy 1.8:

    foobars = ['foo_%d' % i for i in range(10000)]
    set(f.split('_') for f in foobars)

File "jit_backend_x86_regalloc.c", line 4888, in RegAlloc__compute_vars_longevity
Fatal RPython error: AssertionError

----------
messages: 3932
nosy: arigo, pypy-issue
priority: bug
status: unread
title: pypy -m cProfile: jit bug

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


More information about the pypy-issue mailing list