yiguolei closed issue #46947: [Bug] get_stack_trace default use libunwind in
arm environment
URL: https://github.com/apache/doris/issues/46947
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spe
xinyiZzz commented on issue #46947:
URL: https://github.com/apache/doris/issues/46947#issuecomment-2591834428
`USE_UNWIND` is effective in `StackTrace::tryCapture()`.
For ARM, although `get_stack_trace_by_libunwind` is called, the standard
`backtrace` function from execinfo.h is actually
ilkiku opened a new issue, #46947:
URL: https://github.com/apache/doris/issues/46947
### Search before asking
- [x] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
2.1.7
### What's W