[pypy-issue] Issue #2060: Non sse2 backend crashing (pypy/pypy)

Mohammed Fukeeslum issues-reply at bitbucket.org
Sun Jun 7 16:50:35 CEST 2015


New issue 2060: Non sse2 backend crashing
https://bitbucket.org/pypy/pypy/issue/2060/non-sse2-backend-crashing

Mohammed Fukeeslum:

Hi, 

Before I get to the issue itself let me point that documentation regarding 32bit build process on non-sse2 machines needs updating in two respects:



-the script doesn't check for sse2 so you're still naively building a wrong binary 


-with 2gb of ram the only practical solution is to use about 1.5 gb swap via zram



Now, with --jit-backend=x86-without-sse2 option, pypy builds fine and even starts ok but still crashes while executing an actual script with SIGILL.




More information about the pypy-issue mailing list