Hi Érico,
On Mon, 2021-02-08 at 20:37 -0300, Érico Nogueira via Elfutils-devel
wrote:
> Currently, the run-backtrace-native.sh test fails on musl systems. As
> seen here in the test suite log, this appears to happen because
> elfutils
> expects raise() to be the last function in the stack trace, w
From: Érico Rolim
---
Currently, the run-backtrace-native.sh test fails on musl systems. As
seen here in the test suite log, this appears to happen because elfutils
expects raise() to be the last function in the stack trace, which it
isn't, because unlike glibc, which uses inline functions for s