New issue 2650: Segfault related to JIT
https://bitbucket.org/pypy/pypy/issues/2650/segfault-related-to-jit

Brian Lachance:

After translating the attached program with `-Ojit` the resulting binary 
segfaults.

Without the JIT, and when run untranslated, it correctly exits with status code 
13.

If you uncomment the hint on `reverse` and translate with `-Ojit`, this binary 
also correctly exits with status code 13.


Are there any other builds I should try to help diagnose the issue? Is there 
anything else I should attach?

(This isn't critical to me, so I changed the default priority. Sorry if I 
wasn't supposed to touch that!)


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to