mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
sometimes failed, causing an assertion failure. This is because the debug info for the code address, which is used in the lookup, can change -- eg. "myprint.c:myprint()" is found at instrumentation, but by the time the invalidation occurs, it's changed to "myprint.c:???". So it now falls back to a slow exhaustive search of the table. This was causing cachegrind/tests/dlclose to fail, and should hopefully fix bug #72781. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2218