On Thursday, 1 August 2013 11:40:18 David Schneider wrote:
On 31.07.2013, at 22:57, David Naylor <naylor.b.david@gmail.com> wrote:
On 31 Jul 2013 10:29 PM, "Alex Gaynor" <alex.gaynor@gmail.com> wrote:
What version of PyPy are you using to translate?
Pypy 2.1-beta2 gives me this error. I had previously translated with beta1 but without this error (I can confirm this if needed).>
On Wed, Jul 31, 2013 at 12:20 PM, David Naylor <naylor.b.david@gmail.com> wrote:
Hi,
While trying to self-translate pypy-2.1-beta2 I got the following error:
RPython traceback: File "rpython_jit_metainterp_resume.c", line 7778, in
blackhole_from_resumedata
File "rpython_jit_metainterp_resume.c", line 9972, in
ResumeDataDirectReader_consume_vref_and_vable
File "rpython_jit_metainterp_resume.c", line 695, in
ResumeDataDirectReader_consume_vable_info Fatal RPython error: AssertionError
Is this a known problem or something wrong with my setup?
Hi David,
Thanks for reporting, I'm unable to reproduce this error so far. Could you post the exact version of the source code and binary you are using to translate as well as the command line flags?
I can no longer reproduce the error. For the record the command was: # /usr/bin/env PYPY_GC_MAX_DELTA=200MB /usr/local/bin/pypy --jit loop_longevity=300 ../../rpython/bin/rpython --source -Ojit targetpypystandalone.py I'll let you know if this error re-occurs (reliably). Thanks