Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
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 #935

@cx421774557

Description

@cx421774557

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions