Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2020 00:31:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243746] backtrace() not returning any stack frames [12.1-RELEASE-p1 amd64]
Message-ID:  <bug-243746-227-VZ0nEZbM3L@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243746-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243746-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243746

Conrad Meyer <cem@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|12.1-RELEASE                |CURRENT
                 CC|                            |cem@freebsd.org

--- Comment #1 from Conrad Meyer <cem@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 tim=
e to
work on it for a while; it would also require slightly different code in the
signal handler.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243746-227-VZ0nEZbM3L>