From: Dirk M. <dm...@gm...> - 2007-03-29 23:11:43
|
On Thursday, 29. March 2007, Julian Seward wrote: > > the patch is below, and its not working. probably I'm doing something > > stupid, > No - this is subtle. Hmm, no :) I was actually looking for something like the call wrapper, but I must have been blind. Thanks a lot for your help! Patch is below. The reason glibc doesn't trigger the memcheck traces itself is that it never actually touches the memory, it just stores the pointer to it in the environment table and is done with it. Ok? Thanks, Dirk |