Re: [PATCH - RFC] WIP: fix backtrace test to work on musl

2021-02-12 Thread Mark Wielaard
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

[PATCH - RFC] WIP: fix backtrace test to work on musl

2021-02-08 Thread Érico Nogueira via Elfutils-devel
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