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

Shubha Ramani shubharamani at yahoo.com
Tue Nov 29 17:52:49 EST 2016


When I change backend to auto:./bin/rpython -Ojit  --jit-backend=auto --cc=gcc  ./translator/goal/targetpushpop.py
I get...translation:ERROR] Exception: no jit_merge_point found![translation] start debugger...> /opt/pypy/rpython/jit/metainterp/warmspot.py(169)find_jit_merge_points()-> raise Exception("no jit_merge_point found!")(Pdb+) 
 Shubha D. Ramanishubharamani at gmail.com
shubharamani at yahoo.com 

    On Tuesday, November 29, 2016 2:41 PM, Shubha Ramani <shubharamani at yahoo.com> wrote:
 

 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/b89c40fe/attachment.html>


More information about the pypy-dev mailing list