|
From: Mark T. <ma...@fl...> - 2007-06-04 18:25:26
|
> This seems to be a problem with a recent binutils, where it doesn't > properly remove all the sections from the base executable that have > been copied into the debug object, so some ELF sections wind up in > both and valgrind has no idea which one to use. Well, gdb seems to figure it out. I'm guessing the contents are identical. Maybe a check could be done on that. Anyway, for now, I'm guessing (just from what you said) that `strip' is the problem. I'll see if an older version of binutils helps. Mark |