Skip to content

Instantly share code, notes, and snippets.

@AlekSi
Created May 4, 2012 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlekSi/2594190 to your computer and use it in GitHub Desktop.
Save AlekSi/2594190 to your computer and use it in GitHub Desktop.
[translation:ERROR] Error:
[translation:ERROR] Traceback (most recent call last):
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/translator/goal/translate.py", line 308, in main
[translation:ERROR] drv.proceed(goals)
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/translator/driver.py", line 791, in proceed
[translation:ERROR] return self._execute(goals, task_skip = self._maybe_skip())
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/translator/tool/taskengine.py", line 116, in _execute
[translation:ERROR] res = self._do(goal, taskcallable, *args, **kwds)
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/translator/driver.py", line 285, in _do
[translation:ERROR] res = func()
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/translator/driver.py", line 322, in task_annotate
[translation:ERROR] s = annotator.build_types(self.entry_point, self.inputtypes)
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/annotation/annrpython.py", line 107, in build_types
[translation:ERROR] return self.build_graph_types(flowgraph, inputcells, complete_now=complete_now)
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/annotation/annrpython.py", line 198, in build_graph_types
[translation:ERROR] self.complete()
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/annotation/annrpython.py", line 254, in complete
[translation:ERROR] self.processblock(graph, block)
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/annotation/annrpython.py", line 452, in processblock
[translation:ERROR] self.flowin(graph, block)
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/annotation/annrpython.py", line 512, in flowin
[translation:ERROR] self.consider_op(block.operations[i])
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/annotation/annrpython.py", line 714, in consider_op
[translation:ERROR] raise_nicer_exception(op, str(graph))
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/annotation/annrpython.py", line 711, in consider_op
[translation:ERROR] resultcell = consider_meth(*argcells)
[translation:ERROR] File "<142-codegen /Users/aleksi/Soft/pypy/pypy/annotation/annrpython.py:749>", line 3, in consider_op_call_args
[translation:ERROR] return arg.call_args(*args)
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/annotation/unaryop.py", line 178, in call_args
[translation:ERROR] return obj.call(getbookkeeper().build_args("call_args", args_s))
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/annotation/unaryop.py", line 706, in call
[translation:ERROR] return bookkeeper.pbc_call(pbc, args)
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/annotation/bookkeeper.py", line 645, in pbc_call
[translation:ERROR] first.mergecallfamilies(*descs[1:])
[translation:ERROR] File "/Users/aleksi/Soft/pypy/pypy/annotation/description.py", line 150, in mergecallfamilies
[translation:ERROR] changed, rep, callfamily = call_families.find(self.rowkey())
[translation:ERROR] AttributeError': 'FrozenDesc' object has no attribute 'rowkey'
[translation:ERROR] .. v1 = call_args((type dict), ((0, ('debug', 'geometr... False)), (False), ('80x24'), v0, (False), ('curses'), (False))
[translation:ERROR] .. '(dcpu16:302)pypy_main'
[translation:ERROR] Processing block:
[translation:ERROR] block@12 is a <class 'pypy.objspace.flow.flowcontext.SpamBlock'>
[translation:ERROR] in (dcpu16:302)pypy_main
[translation:ERROR] containing the following operations:
[translation:ERROR] v0 = getitem(argv_0, (-1))
[translation:ERROR] v1 = call_args((type dict), ((0, ('debug', 'geometr... False)), (False), ('80x24'), v0, (False), ('curses'), (False))
[translation:ERROR] v2 = simple_call((function run), v1)
[translation:ERROR] --end--
[translation] start debugger...
> /Users/aleksi/Soft/pypy/pypy/annotation/description.py(150)mergecallfamilies()
-> changed, rep, callfamily = call_families.find(self.rowkey())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment