Re: [pypy-dev] stuck with translation error

2011-07-06 Thread wlavrijsen
Hi, [translation:ERROR]File "<487-codegen /home/wlav/pypydev/pypy/pypy/rpython/rtyper.py:610>", line 4, in translate_op_simple_call [translation:ERROR] return r_arg1.rtype_simple_call(hop) [translation:ERROR]File "/home/wlav/pypydev/pypy/pypy/rpython/rpbc.py", line 723, in rtype_s

Re: [pypy-dev] stuck with translation error

2011-07-01 Thread wlavrijsen
Hi Amaury, [v1 = call_args((function free), ((1, ('flavor', 'track_... False)), v0, ('raw'), (False)), v2 = simple_call((type error), ('out of resources'))] Hm, it can also be the next operation: v2 = simple_call((type error), ('out of resources')) I was under the impression that that was a

Re: [pypy-dev] stuck with translation error

2011-07-01 Thread Amaury Forgeot d'Arc
Hi, 2011/7/1 : > [translation:ERROR]    File > "/home/wlav/pypydev/pypy/pypy/rpython/rtyper.py", line 254, in > specialize_more_blocks > [translation:ERROR]     self.specialize_block(block) > [translation:ERROR]    File "/home/wlav/pypydev/pypy/pypy/rpython/rtyper.py", > line 406, in specialize

[pypy-dev] stuck with translation error

2011-07-01 Thread wlavrijsen
Hi, ran into this error, which I haven't seen before and which I can't pin down: [translation:ERROR]File "/home/wlav/pypydev/pypy/pypy/rpython/rtyper.py", line 254, in specialize_more_blocks [translation:ERROR] self.specialize_block(block) [translation:ERROR]File "/home/wlav/pypydev