Sven, Does test_ppc.py:test_load_and_store() succeed for you? The code stores the values in registers r10 and r11 to the memory addressed by registers r8 and r9, but r8 and r9 never are initialized, so it stores to an arbitrary location in memory that may not be valid and causes a segfault.
I understand the intent of the test, but I don't understand how it is suppose to work as currently written. Thanks, David _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev