On Tue, Apr 25, 2017 at 02:26:53PM +0800, jaseywang wrote: > yes, really permission issue, here is the gmon.out file: > https://www.dropbox.com/s/c5wq7oxdjw0ddj0/gmon.out?dl=0
I can't do anything from it since it's specific to your executable. > not sure how this happen: > # gprof /usr/sbin/haproxy /var/lib/haproxy/gmon.out > gprof: file `/usr/sbin/haproxy' has no symbols Are you sure it's the haproxy executable you've just built ? It looks like it was stripped. Just in doubt, try it from the source directory where you built it instead. Willy

