Description of problem: Autofs debuginfo does not contain the symbols. Version-Release number of selected component (if applicable): autofs-4.1.3-184. How reproducible: 100% Steps to Reproduce: 1.Install autofs-4.1.3-184. 2. find this pid of a running automounter. 3.gdb /usr/sbin/automounter 4.<gdb> attach <pid> 5.<gdb> bt Actual results: You will only see hex addresses in the back trace. Expected results: You should see that names of the functions in the trace. Additional info:
Created attachment 131309 [details] Add the DONTSTRIP build option so we generate proper debuginfo
A fix was built into 4.1.3-186.
This fix is very low risk, it simply enables a compile-time option to prevent stripping of automount binaries. Without the patch, the debuginfo RPM is useless.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2006-0459.html