[pypy-dev] assert error assert sys.maxint == (2**31 - 1)

Shubha Ramani shubharamani at yahoo.com
Tue Nov 29 17:41:04 EST 2016


Why ?
When I run rpython:/opt/pypy/rpython$ ./bin/rpython -Ojit  --jit-backend=x86 ./translator/goal/targettestdicts.py 
[translation:info] Error:   File "/opt/pypy/rpython/translator/goal/translate.py", line 318, in main    drv.proceed(goals)   File "/opt/pypy/rpython/translator/driver.py", line 551, in proceed    result = self._execute(goals, task_skip = self._maybe_skip())   File "/opt/pypy/rpython/translator/tool/taskengine.py", line 114, in _execute    res = self._do(goal, taskcallable, *args, **kwds)   File "/opt/pypy/rpython/translator/driver.py", line 278, in _do    res = func()   File "/opt/pypy/rpython/translator/driver.py", line 361, in task_pyjitpl_lltype    backend_name=self.config.translation.jit_backend, inline=True)   File "/opt/pypy/rpython/jit/metainterp/warmspot.py", line 49, in apply_jit    **kwds)   File "/opt/pypy/rpython/jit/metainterp/warmspot.py", line 224, in __init__    self.build_cpu(CPUClass, **kwds)   File "/opt/pypy/rpython/jit/metainterp/warmspot.py", line 473, in build_cpu    translate_support_code, gcdescr=self.gcdescr)   File "/opt/pypy/rpython/jit/backend/x86/runner.py", line 143, in __init__    assert sys.maxint == (2**31 - 1)[translation:ERROR] AssertionError[translation] start debugger...> /opt/pypy/rpython/jit/backend/x86/runner.py(143)__init__()-> assert sys.maxint == (2**31 - 1)(Pdb+) 
 Shubha D. Ramanishubharamani at gmail.com
shubharamani at yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20161129/38915a98/attachment.html>


More information about the pypy-dev mailing list