-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Memory error on macos-26 runners #10376
Copy link
Copy link
Open
Labels
automation-exemptIssue will not be subject to stale-botIssue will not be subject to stale-botbugThis issue is a bug.This issue is a bug.potential-regressionMarking this issue as a potential regression to be checked by team memberMarking this issue as a potential regression to be checked by team memberresponse-requestedWaiting on additional info and feedback. Will move to "closing-soon" in 7 days.Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Metadata
Metadata
Assignees
Labels
automation-exemptIssue will not be subject to stale-botIssue will not be subject to stale-botbugThis issue is a bug.This issue is a bug.potential-regressionMarking this issue as a potential regression to be checked by team memberMarking this issue as a potential regression to be checked by team memberresponse-requestedWaiting on additional info and feedback. Will move to "closing-soon" in 7 days.Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
For our tests on macos-26 we set
MallocStackLogging=1to catch any stack allocation errors. When moving to macos-26, I started seeing it when calling the AWS CLI.I created a simple workflow that shows the problem.
https://github.com/jeffadair/aws_macos_error/actions/runs/26888603504/job/79307836582#step:3:38
Regression Issue
Expected Behavior
Fix the memory error so it is no longer flagged by the system.
Current Behavior
After setting the
MallocStackLogging=1env var, runningaws --versionwill cause and error thrown by the system.Reproduction Steps
After setting the
MallocStackLogging=1env var, runningaws --versionwill cause and error thrown by the system.This workflow will reproduce it: https://github.com/jeffadair/aws_macos_error/blob/main/.github/workflows/repro.yml
Possible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/2.34.53 Python/3.14.5 Darwin/25.4.0 exe/arm64
Environment details (OS name and version, etc.)
macos-26 runner