Re: [pypy-dev] Segfault in Hy for PyPy 2.4

2014-11-09 Thread Ryan
Thanks! I'll have to wait for the next release so Travis can use a correct PyPy (right now, I had to hack stuff to download a custom PyPy nightly for running the tests). Armin Rigo wrote: >Hi Ryan, > >On 5 November 2014 19:07, Ryan Gonzalez wrote: >> That's the weird issue: it's already fixed!

Re: [pypy-dev] Segfault in Hy for PyPy 2.4

2014-11-09 Thread Armin Rigo
Hi Ryan, On 5 November 2014 19:07, Ryan Gonzalez wrote: > That's the weird issue: it's already fixed! A version compiled from tip > works, but the prebuilt 2.4 binaries are the ones that crash. I ran it up to the crash, which occurs somewhere in the compiler. My guess is that 27aa8184f00f fixed

Re: [pypy-dev] Segfault in Hy for PyPy 2.4

2014-11-05 Thread Ryan Gonzalez
That's the weird issue: it's already fixed! A version compiled from tip works, but the prebuilt 2.4 binaries are the ones that crash. On Wed, Nov 5, 2014 at 2:27 AM, Amaury Forgeot d'Arc wrote: > 2014-11-05 1:57 GMT+01:00 Ryan Gonzalez : > >> I just built the PyPy alpha yesterday. I can run the

Re: [pypy-dev] Segfault in Hy for PyPy 2.4

2014-11-05 Thread Amaury Forgeot d'Arc
2014-11-05 1:57 GMT+01:00 Ryan Gonzalez : > I just built the PyPy alpha yesterday. I can run the tests using nose for > the Hy project under PyPy 2.5 alpha > and PyPy 2.3. However, using the prebuilt PyPy 2.4 binaries fails with a > segfault. Why does this happe

[pypy-dev] Segfault in Hy for PyPy 2.4

2014-11-04 Thread Ryan Gonzalez
I just built the PyPy alpha yesterday. I can run the tests using nose for the Hy project under PyPy 2.5 alpha and PyPy 2.3. However, using the prebuilt PyPy 2.4 binaries fails with a segfault. Why does this happen? -- Ryan If anybody ever asks me why I prefer C