|
From: Tamtoro, F. (MED) <Fer...@me...> - 2004-06-11 22:33:48
|
I installed version 2.1.1 and one of my program that used to work with 2.0 does not work anymore. So, I'm wondering if someone could please let me know if there's a way to modify valgrind to ignore some function calls? Thanks, Ferry -----Original Message----- From: Nicholas Nethercote [mailto:nj...@he...]On Behalf Of Nicholas Nethercote Sent: Sunday, June 06, 2004 4:39 PM To: Tamtoro, Ferry (MED) Cc: 'val...@li...' Subject: Re: [Valgrind-users] Bypass a system / library function On Sun, 6 Jun 2004, Tamtoro, Ferry (MED) wrote: > I am new to valgrind and am hoping that someone can help me resolve a > problem I'm experiencing when I'm running my program using valgrind. > > When I'm running my program using valgrind, it crashes in the middle with > this error: > disInstr: unhandled instruction bytes: 0xF 0x17 0x10 0xF > > I believe this happens right after a call to a function in one of the Intel > libraries. So, I'm wondering if it's possible to setup valgrind to ignore > certain function calls, so that it does not try to instrument code around > that function? > It's different that suppressing errors, because I'm hoping to call that > function like when the program is not run using valgrind. > > Any help would be greatly appreciated. You don't way what version you're running, probably an old one. Try a new one (eg. 2.1.1) and it should be fixed. N |
|
From: Tom H. <th...@cy...> - 2004-06-12 16:10:16
|
In message <D4D...@us...>
"Tamtoro, Ferry (MED)" <Fer...@me...> wrote:
> I installed version 2.1.1 and one of my program that used to work with 2.0
> does not work anymore.
In what way doesn't it work? If you tell us then we might be able
to help you get it working.
> So, I'm wondering if someone could please let me know if there's a way to
> modify valgrind to ignore some function calls?
No.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|