|
From: Mark W. <mj...@re...> - 2015-11-26 19:36:44
|
On Thu, Nov 26, 2015 at 06:52:42PM +0100, Ivo Raisr wrote: > For example test case memcheck/tests/test-plo-no previously showed: > > Address 0x7ff706360 is 0 bytes inside a block of size 5 alloc'd > at 0x7FFB04ED2: memalign (vg_replace_malloc.c:450) > by 0x401304: memalign16 (malloc.h:21) > by 0x4014E2: main (test-plo.c:49) > > While now it shows only: > Address 0x7ff706360 is 0 bytes inside a block of size 5 alloc'd > at 0x7FFB04ED2: memalign (vgpreload_memcheck-amd64-solaris.so) > by 0x401304: memalign16 (malloc.h:21) > by 0x4014E2: main (test-plo.c:49) So, the addresses are exactly the same, but for the address in vgpreload_memcheck-amd64-solaris.so no source line can be found? I am not sure how a change in symbol redirection can cause that. Does --debug-dump=line give any hints/differences? Cheers, Mark |