boostorg / stacktrace

C++ library for storing and printing backtraces.
https://boost.org/libs/stacktrace
422 stars 70 forks source link

Add dladdr minimal support for AIX #114

Closed Helflym closed 3 months ago

Helflym commented 2 years ago

AIX doesn't provide dladdr syscall. This patch implements a minimal version in order to be able to compile stacktrace.

coveralls commented 3 months ago

Coverage Status

coverage: 86.35% (-7.5%) from 93.865% when pulling 51807cda552723e2a849c8826c736cda9ddc6fc1 on Helflym:develop into 3f3f9020fbec1fe36800aca52054eb159db6af2d on boostorg:develop.

Helflym commented 3 months ago

Sadly, I won't be able to do so, I don't have access to an AIX server anymore. I propose to let the user behind #89 tests this MR. Otherwise, you can either close it or merge as is hoping it works (the code being solely AIX it would be safe for other targets)