[Bug libbacktrace/60240] libbacktrace problems with nested functions
vries at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Feb 9 14:09:00 GMT 2019
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.
More information about the Gcc-bugs
mailing list