|
From: Horatio <vat...@ya...> - 2015-02-11 11:28:07
|
Hello everyone, I also got a similar error on my Samsung Galaxy S4(rooted). Could anyone help me? >From logcat: ====================================== I/start_valgrind.sh(31243): *disInstr(thumb): unhandled instruction: 0x4771 0x5F43* ... I/start_valgrind.sh(31243): start_valgrind.sh terminated by exit(10) ====================================== My Valgrind version is *valgrind-3.10.1*, built on Ubuntu 12.04 LTS(64bits) with android NDK r8e(64bits). My hardware info: ----------------------------------------------------------------------- 1|root@ja3g:/data/local/valdroid/bin # cat /proc/cpuinfo cat /proc/cpuinfo Processor : ARMv7 Processor rev 2 (v7l) processor : 0 BogoMIPS : 1590.88 processor : 1 BogoMIPS : 1590.88 processor : 2 BogoMIPS : 1590.88 processor : 3 BogoMIPS : 1590.88 Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xc07 CPU revision : 2 Hardware : UNIVERSAL5410 Revision : 000a Serial : c90430bd4d00fc18 ----------------------------------------------------------------------- The parameters that I used for valgrind are: VGPARAMS='-v --error-limit=no --tool=memcheck --leak-check=yes --suppressions=/data/local/sup1.supp --suppressions=/data/local/sup2.supp' -- View this message in context: http://valgrind.10908.n7.nabble.com/Valgrind-on-Android-Jelly-Beans-Can-not-launch-app-due-to-unrecognized-instructions-tp47707p53691.html Sent from the Valgrind - Users mailing list archive at Nabble.com. |