ydnm / gperftools

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

problem with address length longer than 16 on 64 bits system #704

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run pprof in interactive mode
2. command "list" which produces the assembly code
3. then I get:
Warning: address    b6ef6:  74 08                   je     b6f00 is longer than 
address length 16 

What is the expected output? What do you see instead?
the assembly code of a subprogram

What version of the product are you using? On what operating system?
I am using gperftools 2.4 on a Ubuntu 14.04 64 bits
The compiler is g++-4.9.2

Please provide any additional information below.
I am attaching the program (prog2) that runs with no argument and the profile 
(profile.prof)

Original issue reported on code.google.com by karlae...@gmail.com on 4 Aug 2015 at 8:45

Attachments: