build: disable backtrace feature on AArch64 Linux
There are sporadic segfaults in libunwind during backtrace_collect(). Reproducible with the latest version, and there are open issues with similar stacks: https://github.com/libunwind/libunwind/issues/150 https://github.com/libunwind/libunwind/issues/260 https://github.com/libunwind/libunwind/issues/473 Let's disable ENABLE_BACKTRACE for AArch64 Linux until these issues are resolved in libunwind. Closes #8572 Part of #8791 NO_DOC=bugfix (cherry picked from commit 418e749c)
Showing
- changelogs/unreleased/gh-8572-disable-backtraces-on-aarch64-linux.md 4 additions, 0 deletions...unreleased/gh-8572-disable-backtraces-on-aarch64-linux.md
- cmake/compiler.cmake 3 additions, 2 deletionscmake/compiler.cmake
- test/app-luatest/gh_8445_crash_during_crash_report_test.lua 0 additions, 3 deletionstest/app-luatest/gh_8445_crash_during_crash_report_test.lua
Loading
Please register or sign in to comment