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?
Regards _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev
-- "I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire) "The people's good is the highest law." -- Cicero GPG Key fingerprint: 125F 5C67 DFE9 4084
_______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev
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? Thanks, David