|
From: Stéphane G. <ste...@gm...> - 2010-02-10 05:52:35
|
Hi, I am trying to run my program through massif but I get a crash right away with the following message: vex amd64->IR: unhandled instruction bytes: 0xF0 0xF 0xB0 0x55 Is there a way to work around that problem? Would I be more lucky with a newer version of valgrind? I run valgrind 3.2.3 on a Linux (kernel: 2.6.29) with an AMD 64 bits. Any help appreciated :-) Thanks! Stephane |
|
From: Dan K. <da...@ke...> - 2010-02-10 06:02:36
|
On Tue, Feb 9, 2010 at 9:52 PM, Stéphane Grabli <ste...@gm...> wrote: > I run valgrind 3.2.3 on a Linux (kernel: 2.6.29) with an AMD 64 bits. That's pretty old. Please try kernel 2.6.89^W^Wvalgrind 3.5, or better yet, build from svn. - Dana |
|
From: Stéphane G. <ste...@gm...> - 2010-02-10 23:15:01
|
Thanks Dan! I built valgrind 3.5 on my system and I can now run my program through massif without any problem. Great! On Tue, Feb 9, 2010 at 10:02 PM, Dan Kegel <da...@ke...> wrote: > On Tue, Feb 9, 2010 at 9:52 PM, Stéphane Grabli > <ste...@gm...> wrote: >> I run valgrind 3.2.3 on a Linux (kernel: 2.6.29) with an AMD 64 bits. > > That's pretty old. Please try kernel 2.6.89^W^Wvalgrind 3.5, > or better yet, build from svn. > - Dana > |