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

Run test cases on aarch64 symbolize_unittest stack size control macro identify errors #935

Open
cx421774557 opened this issue Jul 7, 2023 · 0 comments

Comments

@cx421774557
Copy link

cx421774557 commented Jul 7, 2023

Run test cases on aarch64 symbolize_unittest stack size control macro identify errors。Causes the test case to fail。
filename:symbolize_unittest.cc line:273
code:

#ifdef __ppc64__
// Symbolize stack consumption should be within 4kB.
const int kStackConsumptionUpperLimit = 4096;
#else
// Symbolize stack consumption should be within 2kB.
const int kStackConsumptionUpperLimit = 2048;
#endif

It is not possible to correctly determine the stack size of aarch64

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

No branches or pull requests

1 participant