|
From: Tamtoro, F. (MED) <Fer...@me...> - 2004-06-06 20:38:02
|
Hi, 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. Thanks, Ferry |
|
From: Nicholas N. <nj...@ca...> - 2004-06-06 21:38:39
|
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 |