On 29/04/16 07:59, Michael Jennings wrote: > What really matters is whether or not your binaries and libs have, or > don't have, the debugging symbols. Are you getting the correct info, > or is everything still getting stripped?
...and don't forget the "file" command will tell you if they've been stripped or not. E.g. RHEL6: [root@merri-m ~]# file /usr/local/slurm/latest/sbin/slurmd /usr/local/slurm/latest/sbin/slurmd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, not stripped E.g. RHEL7: [root@spartan-m ~]# file /usr/local/slurm/latest/sbin/slurmd /usr/local/slurm/latest/sbin/slurmd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=c34b79fc64e1800b41f4d38c988167deec0049dd, not stripped -- Christopher Samuel Senior Systems Administrator VLSCI - Victorian Life Sciences Computation Initiative Email: [email protected] Phone: +61 (0)3 903 55545 http://www.vlsci.org.au/ http://twitter.com/vlsci
