
22 Oct
2010
22 Oct
'10
10:21 p.m.
On 10/22/2010 09:51 AM, Artyom wrote:
Will the trace printing function use information provided by debuginfo packages on Linux?
No using ELF data - the symbols available in. My understanding is that the software distributed by RPM these days (since circa 2003) default to having all of the symbol information stripped and distributed in a separate debuginfo package.
To wit: nm /bin/ls nm: /bin/ls: no symbols I believe that to get any sort of stack trace out of /bin/ls one would need to first load the symbols from the coreutils-debuginfo package. Rob