Boost logo

Boost :

Subject: Re: [boost] [Backtrace] Any interest in portable stack trace?
From: Rob Riggs (rob_at_[hidden])
Date: 2010-10-22 18:21:09


  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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk