https://bugs.kde.org/show_bug.cgi?id=509587
Mark Wielaard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Mark Wielaard <[email protected]> --- That is odd. So the difference is the reported backtrace doesn't contain "tests/badfree.c:15" but "badfree.c:15" (no directory/, just the file:line). badfree3 is run with --fullpath-after=memcheck/ --fullpath-after=coregrind/ so one would expect the tests/ path (after the memcheck/). Which compiler is this? Could you maybe show: [eu-]readelf --debug-dump=line memcheck/tests/badfree For me that gives: The Directory Table (offset 0x22, lines 2, columns 1): Entry Name 0 (indirect line string, offset: 0): /home/mark/src/valgrind/memcheck/tests 1 (indirect line string, offset: 0x31): /usr/include The File Name Table (offset 0x30, lines 3, columns 2): Entry Dir Name 0 0 (indirect line string, offset: 0x27): badfree.c 1 0 (indirect line string, offset: 0x27): badfree.c 2 1 (indirect line string, offset: 0x3e): stdlib.h -- You are receiving this mail because: You are watching all bug changes.
