Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. translation:info] Error:
  2. [translation:info] File "/Users/cswords/Applications/pypy/rpython/translator/goal/translate.py", line 318, in main
  3. [translation:info] drv.proceed(goals)
  4. [translation:info] File "/Users/cswords/Applications/pypy/rpython/translator/driver.py", line 539, in proceed
  5. [translation:info] return self._execute(goals, task_skip = self._maybe_skip())
  6. [translation:info] File "/Users/cswords/Applications/pypy/rpython/translator/tool/taskengine.py", line 114, in _execute
  7. [translation:info] res = self._do(goal, taskcallable, *args, **kwds)
  8. [translation:info] File "/Users/cswords/Applications/pypy/rpython/translator/driver.py", line 276, in _do
  9. [translation:info] res = func()
  10. [translation:info] File "/Users/cswords/Applications/pypy/rpython/translator/driver.py", line 359, in task_pyjitpl_lltype
  11. [translation:info] backend_name=self.config.translation.jit_backend, inline=True)
  12. [translation:info] File "/Users/cswords/Applications/pypy/rpython/jit/metainterp/warmspot.py", line 46, in apply_jit
  13. [translation:info] **kwds)
  14. [translation:info] File "/Users/cswords/Applications/pypy/rpython/jit/metainterp/warmspot.py", line 195, in __init__
  15. [translation:info] self.find_portals()
  16. [translation:info] File "/Users/cswords/Applications/pypy/rpython/jit/metainterp/warmspot.py", line 360, in find_portals
  17. [translation:info] self.split_graph_and_record_jitdriver(graph, block, pos)
  18. [translation:info] File "/Users/cswords/Applications/pypy/rpython/jit/metainterp/warmspot.py", line 375, in split_graph_and_record_jitdriver
  19. [translation:info] graph.startblock = support.split_before_jit_merge_point(*jmpp)
  20. [translation:info] File "/Users/cswords/Applications/pypy/rpython/jit/codewriter/support.py", line 118, in split_before_jit_merge_point
  21. [translation:info] link = split_block(portalblock, 0, greens_v + reds_v)
  22. [translation:info] File "/Users/cswords/Applications/pypy/rpython/translator/unsimplify.py", line 103, in split_block
  23. [translation:info] v, v.concretetype))
  24. [translation:ERROR] Exception: The variable config_0 of type <* GcStruct data.config.Config { super, inst_arg_stack, inst_code, inst_global_env, inst_heap, inst_ret_stack, inst_upd_stack }> was not explicitly listed in _forcelink. This issue can be caused by a jitdriver.jit_merge_point() where some variable containing an int or str or instance is actually known to be constant, e.g. always 42.
  25. [translation] batch mode, not calling interactive helpers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement