|
From: Julian S. <js...@ac...> - 2007-01-10 23:32:14
|
> > Your timing is good. I just chased this problem around two days ago. > > I believe it is the same as bug 139776. See > > great then :) > > > which also contains a suggested fix, near the end. Can you let me > > know whether this helps for you. > > My problem is unrelated with _intel_fast_memcpy. I had _intel_fast_memcmp > generating warnings, but that on was easy to suppress (Memcheck:Cond\n > fun:_intel_fast_memcmp). > My problem is that valgrind isn't fetching the function name (maybe because > it isn't global, as it lookups the _intel_fast_memcmp symbol correctly). I am not convinced the root cause is _intel_fast_memcmp. It might be, or there might be multiple problems here. Did you try the change I suggested? Do you have a way I can reproduce this for further investigation here? That would be the most helpful. J |