Does anyone get line numbers in stack traces on Linux?

weaselcat via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 17 04:08:21 PDT 2015


On Wednesday, 17 June 2015 at 11:07:29 UTC, weaselcat wrote:
> On Wednesday, 17 June 2015 at 07:53:16 UTC, Atila Neves wrote:
>> I thought it was because I was weird and I use gold as my 
>> linker, but ld.bfd produced the same results. The most I could 
>> find in bug reports was someone complaining it used to work 
>> but the consensus was that it never did?
>>
>> Atila
>
> addr2line

BTW, I use the backtrace API from glibc to dump a stack trace 
that is filtered through addr2line and demangled.


More information about the Digitalmars-d-learn mailing list