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
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
The text was updated successfully, but these errors were encountered:
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:
It is not possible to correctly determine the stack size of aarch64
The text was updated successfully, but these errors were encountered: