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

Fix empty stack trace when use bazel on aarch64 #905

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

noaxp
Copy link
Contributor

@noaxp noaxp commented Feb 28, 2023

Fix issue #904: Stack trace is empty when use bazel on aarch64

Add -DHAVE_EXECINFO_H to linux copts.

@codecov-commenter
Copy link

Codecov Report

Merging #905 (03c9249) into master (9c3d6d0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #905   +/-   ##
=======================================
  Coverage   73.94%   73.94%           
=======================================
  Files          17       17           
  Lines        3282     3282           
=======================================
  Hits         2427     2427           
  Misses        855      855           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@drigz
Copy link
Member

drigz commented Feb 28, 2023

I guess we can ignore the failed checks, they seem like flakes.

@drigz drigz merged commit 35f4efb into google:master Feb 28, 2023
@drigz
Copy link
Member

drigz commented Feb 28, 2023

Thank you!

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

Successfully merging this pull request may close these issues.

Stack trace is empty when use bazel on aarch64
4 participants