Fix for unw_backtrace fast path does not work on x86_64 [https://github.com/libunwind/libunwind/issues/440]#444
Conversation
|
I see similar logic in arm and aarch64. Do we know if #440 also applies in these cases? Specifically: |
Good point, I was only focusing on x86_64. But according to the code, for Gstash_frame.c in arm and aarch64, we can do the same. |
I can test aarch changes. Btw, I can confirm aarch fast backtrace is not working. with debug enabled and verbose logging, |
|
@TannerFirl thanks for your help |
|
Lgtm, thanks for the fix! |
I recently it the issue describe in #440 .
This PR is an attempt to fix it.