You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
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.constintkStackConsumptionUpperLimit = 4096;
#else// Symbolize stack consumption should be within 2kB.constintkStackConsumptionUpperLimit = 2048;
#endif
It is not possible to correctly determine the stack size of aarch64