casseopea2 / gperftools

Automatically exported from code.google.com/p/gperftools
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

heap-profiler_unittest.sh looks for 'nm' in /usr/crosstool #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get google-perftools-0.99 and build it. Outside of Google build infra
this time :)
2. Run heap-profiler_unittest.sh

What is the expected output? What do you see instead?

$ ./heap-profiler_unittest.sh
[...]
--- pprof output:
No 'nm' found in /usr/crosstool.  Specify prefix for object tool pathnames
with --tools.

---
Tests finished with 4 failures

It might be a good idea to audit the release for 'crosstool' (and maybe
'grte' too)?

Original issue reported on code.google.com by nlewy...@gmail.com on 20 Sep 2008 at 4:29

GoogleCodeExporter commented 9 years ago
Blah, I had even made myself a note to explicitly test for this!  I'll put out 
a new
release today.

Original comment by csilv...@gmail.com on 20 Sep 2008 at 4:25

GoogleCodeExporter commented 9 years ago
I've uploaded a fix as perftools 0.99.1

Original comment by csilv...@gmail.com on 20 Sep 2008 at 5:16

GoogleCodeExporter commented 9 years ago
Excellent, it works now. Thanks!

Original comment by nlewy...@gmail.com on 20 Sep 2008 at 5:53