|
From: Nicholas N. <nj...@cs...> - 2005-05-15 15:01:43
|
On Sun, 15 May 2005, Tom Hughes wrote: > You are presumably dlclosing those same files, which causes valgrind > to discard the name to address mapping so it can't then translate > stack traces involving those addresses. > > The mappings are discarded because another library might later be > loaded at the same address and valgrind wouldn't know which set of > mappings to use. > > The usual workaround is to prevent things being dlclosed when > running under valgrind. I've added a note about this to FAQ 4.4 (text)/5.4 (web). N |