|
From: Reese, S. <Sha...@gd...> - 2004-01-09 00:55:41
|
I have a realtime digital signal processing program that I would like to debug. It uses the Intel IPP libraries and is compiled with the Intel C++ compiler. When I try to run Valgrind with the program, it dies after trying to access a function in an Intel library. Here are the errors: Unknown line prefix (disInstr: unhandled instruction bytes: 0xF 0x2B 0x0 0xF) Unknown line prefix ( at 0x403631F3: (within /opt/intel/ipp/sharedlib/libippacw7.so)) Process terminating with default action of signal 4 (SIGILL): dumping core Illegal operand at address 0x401644CE at 0x403631F3: (within /opt/intel/ipp/sharedlib/libippacw7.so) by 0x74696E68: ??? The libippacw7.so is an Intel IPP library, and I have to use this to get the speed I need. Does anyone know a workaround? Thanks, Shawn |
|
From: Dirk M. <dm...@gm...> - 2004-01-09 01:07:44
|
On Friday 09 January 2004 01:55, Reese, Shawn wrote: > The libippacw7.so is an Intel IPP library, and I have to use this to get > the speed I need. Does anyone know a workaround? its already implemented in the CVS branch. |