diff options
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/heapcheck_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/heapcheck/heapcheck_test.py b/tools/heapcheck/heapcheck_test.py index f071435..b1c6b16 100644 --- a/tools/heapcheck/heapcheck_test.py +++ b/tools/heapcheck/heapcheck_test.py @@ -49,6 +49,7 @@ class HeapcheckWrapper(object): self.PutEnvAndLog('PPROF_PATH', google.path_utils.ScriptDir() + '/../../third_party/tcmalloc/chromium/src/pprof') + self.PutEnvAndLog('LD_PRELOAD', '/usr/lib/debug/libstdc++.so') common.RunSubprocess(proc, self._timeout) |