|
From: Zhang C. <chu...@gm...> - 2006-08-22 04:59:25
|
Hi, everyone I am a new comer of Valgrind. Recently, I have tried to install it in system(chip: ARM9, CPU: MindSpeed, OS: RTLinux). But there is a problem. The valgrind can be installed in the system smoothly, and the cross compile chain is OK. But when I try to test Valgrind in the target system(the ARM9), a problem occurred: # valgrind --tool=addrcheck ls I get the error message : valgrind: mmap((nil), 32768) failed during startup. valgrind: is there a hard virtual memory limit set? I have tried many times, and always get the same result as before. I have searched the reason in internet. Some people said this is a bug of some version of Valgrind. Could anybody give me some advice about this problem? -- you jump, I jump,she jump 3 |
|
From: Nicholas N. <nj...@cs...> - 2006-08-22 07:09:06
|
On Tue, 22 Aug 2006, Zhang Chuan wrote: > I am a new comer of Valgrind. Recently, I have tried to install it > in system(chip: ARM9, CPU: MindSpeed, OS: RTLinux). But there is a problem. Valgrind doesn't support ARM processors. Nick |
|
From: Zhang C. <chu...@gm...> - 2006-08-22 08:24:04
|
Yes, but some people in my company has transfer it to ARM already. And my job is check if it is OK for our system. I wonder if this problem is caused by the transfering work. If so, I should contact with them. Thank you~ On 8/22/06, Nicholas Nethercote <nj...@cs...> wrote: > > On Tue, 22 Aug 2006, Zhang Chuan wrote: > > > I am a new comer of Valgrind. Recently, I have tried to install it > > in system(chip: ARM9, CPU: MindSpeed, OS: RTLinux). But there is a > problem. > > Valgrind doesn't support ARM processors. > > Nick > -- you jump, I jump,she jump 3 |