Skip to content

Fix absl_symbolize_test on ppc64le - #2123

Closed
miladfarca wants to merge 1 commit into
abseil:masterfrom
miladfarca:ppc64-fix
Closed

Fix absl_symbolize_test on ppc64le#2123
miladfarca wants to merge 1 commit into
abseil:masterfrom
miladfarca:ppc64-fix

Conversation

@miladfarca

Copy link
Copy Markdown
Contributor

Test is currently failing with this error:

abseil-cpp/absl/debugging/symbolize_test.cc:264: Failure
Expected: (stack_consumed) < (GetStackConsumptionUpperLimit()), actual: 2076 vs 2048

abseil-cpp/absl/debugging/symbolize_test.cc:272: Failure
Expected: (stack_consumed) < (GetStackConsumptionUpperLimit()), actual: 2076 vs 2048

[  FAILED  ] Symbolize.SymbolizeStackConsumption (0 ms)
[ RUN      ] Symbolize.SymbolizeWithDemanglingStackConsumption
abseil-cpp/absl/debugging/symbolize_test.cc:284: Failure
Expected: (stack_consumed) < (GetStackConsumptionUpperLimit()), actual: 2076 vs 2048

ppc64le ELFv2 minimum stack frame is 32 bytes which causes the cumulative stack_consumed to be larger than other platforms. This PR raises the maximum value globally to fix the issue.

@miladfarca

Copy link
Copy Markdown
Contributor Author

/cc @derekmauro

@copybara-service copybara-service Bot closed this in e05b3b6 Aug 7, 2026
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

Successfully merging this pull request may close these issues.

1 participant