| Summary: | [arm]disInstr(arm): unhandled instruction: 0x69746E65 (valgrind_v3.81, cortex-A9) | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | wgq2633 <wgq2633> |
| Component: | memcheck | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | grave | CC: | wgq2633 |
| Priority: | NOR | ||
| Version First Reported In: | 3.8.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
wgq2633
2013-05-18 03:52:44 UTC
I've confirmed it was caused by my error using this great tool. 1)As my last post, (130517_20:38:40.128)/mnt/sda1/valgrind/bin/valgrind -v --leak-check=full /mnt/sda1/sysroot/ld-2.12.2.so /mnt/sda1/app -Q source_type= -jz -T 7 I involke my app like this: valgrind ld-linux.so app. (ld-linux.so is a version not stripped, located in my removable disk) 2)I rebuild my app with -W--dynamic-linker=/my/not-stripped/ld-linux.so, and the problem i reported was resolved. 3)however i can still not use valgrind to debug my app, because valgrind requires more memory space than our hw system. Anyway, this bug can be closed now. |