[Bug 243746] backtrace() not returning any stack frames [12.1-RELEASE-p1 amd64]
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 31 00:32:05 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243746
Conrad Meyer <cem at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|12.1-RELEASE |CURRENT
CC| |cem at freebsd.org
--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
Yeah, our libunwind doesn't know how to backtrace out of a signal handler at
this time. I have a WIP patch to unwind starting from a `ucontext`, which
signal handlers created with sigaction(2) can access, but I haven't had time to
work on it for a while; it would also require slightly different code in the
signal handler.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list