|
From: Nicholas N. <nj...@cs...> - 2005-08-26 03:23:20
|
On Thu, 25 Aug 2005, Ashley Pittman wrote: > This is key, it turns out I've been fooled by the RHEL4 > prelinking/address space randomisation code again. Although the > library's are the "same" to the extent that they come from the same rpm > and the rpm passes a verify test the installed ones have been noodled in > some way (not simply stripped). > [...] > My best guess is that in the prelinked library the "real" static symbols > are being used where as in the non prelinked library the relocation > table is being used and without having a handle on the relocation table > valgrind isn't able to correlate the address with the source file. This > isn't really my area of expertise though. So it sounds like this isn't really a problem with Valgrind, but an issue with the environment? Nick |