|
From: Zac B. <za...@ap...> - 2012-07-16 10:01:02
|
I'm having the same problem on a Galaxy Nexus (which also uses the OMAP kernel like the PandaBoard). 127|root@android:/ # /data/local/Inst/bin/valgrind -v ls ==2943== Memcheck, a memory error detector ==2943== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==2943== Using Valgrind-3.8.0.SVN and LibVEX; rerun with -h for copyright info ==2943== Command: ls ==2943== --2943-- Valgrind options: --2943-- -v --2943-- Contents of /proc/version: --2943-- Linux version 3.0.31-g9c526da (zbowling@Zacs-MacBook-Pro.local) (gcc version 4.4.3 (GCC) ) #5 SMP PREEMPT Sun Jul 15 00:56:21 PDT 2012 --2943-- Arch and hwcaps: ARM, ARMv7-vfp-neon --2943-- Page sizes: currently 4096, max supported 4096 --2943-- Valgrind library directory: /data/local/Inst/lib/valgrind --2943-- Reading syms from /system/bin/toolbox --2943-- Considering /system/bin/toolbox .. --2943-- .. CRC mismatch (computed 510abd5b wanted 59695f18) --2943-- Using debuginfo from /sdcard/symbols/system/bin/toolbox --2943-- Reading syms from /system/bin/linker --2943-- Considering /system/bin/linker .. --2943-- .. CRC mismatch (computed 939136ba wanted f8765ce7) --2943-- Using debuginfo from /sdcard/symbols/system/bin/linker --2943-- Reading syms from /data/local/Inst/lib/valgrind/memcheck-arm-linux --2943-- object doesn't have a dynamic symbol table --2943-- Scheduler: using generic scheduler lock implementation. --2943-- Reading suppressions file: /data/local/Inst/lib/valgrind/default.supp ==2943== Invalid read of size 4 ==2943== at 0x4005180: __dl___linker_init (linker.c:2265) ==2943== by 0x40036EB: _start (begin.S:37) ==2943== Address 0x1c is not stack'd, malloc'd or (recently) free'd ==2943== ==2943== ==2943== Process terminating with default action of signal 11 (SIGSEGV) ==2943== Access not within mapped region at address 0x1C ==2943== at 0x4005180: __dl___linker_init (linker.c:2265) ==2943== by 0x40036EB: _start (begin.S:37) ==2943== If you believe this happened as a result of a stack ==2943== overflow in your program's main thread (unlikely but ==2943== possible), you can try to increase the size of the ==2943== main thread stack using the --main-stacksize= flag. ==2943== The main thread stack size used in this run was 8388608. ==2943== ==2943== HEAP SUMMARY: ==2943== in use at exit: 0 bytes in 0 blocks ==2943== total heap usage: 0 allocs, 0 frees, 0 bytes allocated ==2943== ==2943== All heap blocks were freed -- no leaks are possible ==2943== ==2943== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) ==2943== ==2943== 1 errors in context 1 of 1: ==2943== Invalid read of size 4 ==2943== at 0x4005180: __dl___linker_init (linker.c:2265) ==2943== by 0x40036EB: _start (begin.S:37) ==2943== Address 0x1c is not stack'd, malloc'd or (recently) free'd ==2943== ==2943== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) Segmentation fault -- Zac Bowling za...@ap... |
|
From: Zac B. <za...@ap...> - 2012-07-16 10:10:00
|
I'm having the same problem on a Galaxy Nexus (which also uses the OMAP kernel like the PandaBoard). 127|root@android:/ # /data/local/Inst/bin/valgrind -v ls ==2943== Memcheck, a memory error detector ==2943== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==2943== Using Valgrind-3.8.0.SVN and LibVEX; rerun with -h for copyright info ==2943== Command: ls ==2943== --2943-- Valgrind options: --2943-- -v --2943-- Contents of /proc/version: --2943-- Linux version 3.0.31-g9c526da (zbowling@Zacs-MacBook-Pro.local) (gcc version 4.4.3 (GCC) ) #5 SMP PREEMPT Sun Jul 15 00:56:21 PDT 2012 --2943-- Arch and hwcaps: ARM, ARMv7-vfp-neon --2943-- Page sizes: currently 4096, max supported 4096 --2943-- Valgrind library directory: /data/local/Inst/lib/valgrind --2943-- Reading syms from /system/bin/toolbox --2943-- Considering /system/bin/toolbox .. --2943-- .. CRC mismatch (computed 510abd5b wanted 59695f18) --2943-- Using debuginfo from /sdcard/symbols/system/bin/toolbox --2943-- Reading syms from /system/bin/linker --2943-- Considering /system/bin/linker .. --2943-- .. CRC mismatch (computed 939136ba wanted f8765ce7) --2943-- Using debuginfo from /sdcard/symbols/system/bin/linker --2943-- Reading syms from /data/local/Inst/lib/valgrind/memcheck-arm-linux --2943-- object doesn't have a dynamic symbol table --2943-- Scheduler: using generic scheduler lock implementation. --2943-- Reading suppressions file: /data/local/Inst/lib/valgrind/default.supp ==2943== Invalid read of size 4 ==2943== at 0x4005180: __dl___linker_init (linker.c:2265) ==2943== by 0x40036EB: _start (begin.S:37) ==2943== Address 0x1c is not stack'd, malloc'd or (recently) free'd ==2943== ==2943== ==2943== Process terminating with default action of signal 11 (SIGSEGV) ==2943== Access not within mapped region at address 0x1C ==2943== at 0x4005180: __dl___linker_init (linker.c:2265) ==2943== by 0x40036EB: _start (begin.S:37) ==2943== If you believe this happened as a result of a stack ==2943== overflow in your program's main thread (unlikely but ==2943== possible), you can try to increase the size of the ==2943== main thread stack using the --main-stacksize= flag. ==2943== The main thread stack size used in this run was 8388608. ==2943== ==2943== HEAP SUMMARY: ==2943== in use at exit: 0 bytes in 0 blocks ==2943== total heap usage: 0 allocs, 0 frees, 0 bytes allocated ==2943== ==2943== All heap blocks were freed -- no leaks are possible ==2943== ==2943== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) ==2943== ==2943== 1 errors in context 1 of 1: ==2943== Invalid read of size 4 ==2943== at 0x4005180: __dl___linker_init (linker.c:2265) ==2943== by 0x40036EB: _start (begin.S:37) ==2943== Address 0x1c is not stack'd, malloc'd or (recently) free'd ==2943== ==2943== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) Segmentation fault -- Zac Bowling za...@ap... |