Are you building Valgrind natively or using a cross-compiler? Have you tried the packaged Valgrind build for your OS (if any)?
On Tue, Oct 26, 2010 at 10:08 AM, Sergey Grekhov <[email protected]> wrote: > Hello to all! > I have a trouble running valgrind on Nvidia Tegraboard (ARM-based > embedded system). > Building valgrind goes fine, without any issues. > But when I try to execute valgrind on board I get the following: > > -------------------------------------------------------- > #>/inperfa/valgrind/bin/valgrind --help > > -------------------------------------------------------- > > In other words I get no information about why it does not execute properly. > I tried to debug valgrind with gdb and got the following: > > > -------------------------------------------------------- > (gdb) target remote 10.52.82.8:6000 > Remote debugging using 10.52.82.8:6000 > 0x400007c0 in ?? () > (gdb) bt > #0 0x400007c0 in ?? () > Cannot access memory at address 0x0 > #1 0x00000000 in ?? () > (gdb) c > Continuing. > > Program received signal SIGTRAP, Trace/breakpoint trap. > 0x2802c624 in ?? () > (gdb) bt > #0 0x2802c624 in ?? () > Cannot access memory at address 0x0 > #1 0x00000000 in ?? () > (gdb) > #0 0x2802c624 in ?? () > #1 0x00000000 in ?? () > (gdb) q > -------------------------------------------------------- > > uname output: > > #>uname -a > Linux (none) 2.6.29-arm2 #1 SMP PREEMPT Thu Jun 3 17:32:04 MSD 2010 > armv7l unknown > > > Does anyone tried to run valgrind on this board? Or maybe arm-part > developers can help to fix troubles? > > Thank you in advance. > kind regards, > Sergey Grekhov. > > > -- > -- > Kind regards, > Sergey Grekhov. > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Valgrind-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/valgrind-users > -- Alexander Potapenko Software Engineer Google Moscow ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
