summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDario Mylonopoulos <32958057+ramenguy99@users.noreply.github.com>2025-09-06 04:38:08 +0200
committerGitHub <noreply@github.com>2025-09-06 02:38:08 +0000
commit4856da26e188c28bf691d0210ce8016264c00940 (patch)
treea8136299b493cc7834f434c49dda868bc40723bb /.github
parentffd58977b4e64af5a83ebc5478555fd667f58e51 (diff)
Add check for backtrace availability (#8329)
The header execinfo.h and the related backtrace functionality is not available on all linux platforms. In particular it's missing on musl linux and on Android before API version 33. This causes compilation errors on those platforms. With this change, we first check if backtrace functionality is available by checking if we are using glibc or a compatible Android version. Tested on manylinux_2_28 with glibc 2.28 and musllinux_1_2 with musl 1.2, has not been tested on Android. Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions