Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stacktrace is not produced on aarch64 #531

Closed
huangtianhua opened this issue Mar 12, 2020 · 2 comments
Closed

stacktrace is not produced on aarch64 #531

huangtianhua opened this issue Mar 12, 2020 · 2 comments
Milestone

Comments

@huangtianhua
Copy link

I built and test apache/kudu on aarch64, and there are some tests failed because the stacktrace is not produced, I debug it and find 'HAVE_LIB_UNWIND'=1, and seems it uses libunwind lib to get the stack trace(maybe in stacktrace_libunwind-inl.h), but it failed. I saw the comment in utilities.h, it says the first way to get stacktrace of libunwind is still in development? so the function of libunwind to get stacktrace dosen't work? or it doesn't work on aarch64? Please help me to fix this, thanks.

@sergiud
Copy link
Collaborator

sergiud commented Mar 30, 2021

There's an open PR #529 for this feature.

@sergiud sergiud linked a pull request Mar 31, 2021 that will close this issue
@sergiud sergiud added this to the 0.5 milestone Mar 31, 2021
@sergiud
Copy link
Collaborator

sergiud commented Mar 31, 2021

libunwind fixed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants