|
From: Florian K. <fl...@ei...> - 2015-09-12 18:42:57
|
On 12.09.2015 17:23, Mark Wielaard wrote: > All I can offer you at the moment is the unfiltered output: > > :::::::::::::: > memcheck/tests/vbit-test/vbit-test.stderr.out.unfiltered.out > :::::::::::::: > ==8767== > ==8767== Process terminating with default action of signal 4 (SIGILL) > ==8767== Illegal opcode at address 0x834D26BC > ==8767== at 0x100076F4: valgrind_vex_inject_ir (valgrind.c:85) > ==8767== by 0x100076F4: valgrind_execute_test (valgrind.c:111) > ==8767== by 0x10001D27: test_binary_op (binary.c:461) > ==8767== by 0x10000BCB: main (main.c:135) > > So it crashed at the VALGRIND_VEX_INJECT_IR for some reason. > That would suggest that the injected code is invalid for ppc32. Can you rerun with: Index: memcheck/tests/vbit-test/vbit-test.vgtest =================================================================== --- memcheck/tests/vbit-test/vbit-test.vgtest (revision 15647) +++ memcheck/tests/vbit-test/vbit-test.vgtest (working copy) @@ -1,2 +1,3 @@ prog: vbit-test vgopts: -q +args: -v -v The .out file should tell which IROp is causing it. Florian |