[pypy-issue] [issue1045] Win32 crash of the JIT

Armin Rigo tracker at bugs.pypy.org
Thu Feb 23 18:40:07 CET 2012


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

It's a general optimizer-failing-an-assert issue.  I could reproduce it easy on
linux32.  The failing assert is optimizer.py:99: self.level == LEVEL_CONSTANT,
but other.level == LEVEL_UNKNOWN in this case.

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


More information about the pypy-issue mailing list