[pypy-issue] [issue1362] assert error (happens on one machine but not another??)

Jeff Wu tracker at bugs.pypy.org
Sat Jan 12 01:06:24 CET 2013


Jeff Wu <jeffwu at mit.edu> added the comment:

The log: 
[translation:ERROR]  --end--
[translation] start debugger...
> /root/pypy-pypy-07e08e9c885c/pypy/annotation/annrpython.py(178)addpendingblock()
-> assert annmodel.unionof(s_oldarg, s_newarg) == s_oldarg
(Pdb+) p s_oldarg
SomeInteger(const=1048576, knowntype=int, nonneg=True, unsigned=False)
(Pdb+) p s_newarg
SomeInteger(knowntype=int, nonneg=True, unsigned=False)
(Pdb+)

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


More information about the pypy-issue mailing list