https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60240

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com,
                   |                            |ian at gcc dot gnu.org,
                   |                            |vries at gcc dot gnu.org
          Component|other                       |libbacktrace

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
I can reproduce this.

But, I wonder if this an actual bug, given that the address of the nested
function that is passed as argument to backtrace_pcinfo is either a trampoline
on stack or some function descriptor (
https://gcc.gnu.org/onlinedocs/gccint/Trampolines.html ).

Using a backtrace_print from a nested function works fine.

I propose to mark this resolved-invalid.

Reply via email to