> I've cross compiled Valgrind 3.4 and 3.2.3 for PPC on a Linux/x86 > machine.I'm using Valgrind on QEMU(PPC emulator).
Is this the user mode simulator or the full system simulator? > Valgrind 3.4 doesn't seem to report errors properly when used with a test > program,while Valgrind 3.2.3 reports errors when run on the same test > program.Am I missing something? Hmm. That's strange. Can you send me (in private email) the executable, ./ppc-test? > $/bin/valgrind --leak-check=full --show-reachable=yes ./ppc-test > invalid/unsupported opcode: 04 - 02 - 12 (10000484) 380302e0 1 > <-------What does this signify? This message is from QEMU and is expected. Valgrind tries to determine the capabilities of the underlying CPU, by testing certain instructions and seeing if it gets a SIGILL or not. J ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
