Skip to content

Add retry loop for QEMU gcc segfaults on arm64/armv7 builds#18

Merged
pulpoff merged 1 commit intomasterfrom
claude/docker-asterisk-chan-dongle-AoPSz
Feb 27, 2026
Merged

Add retry loop for QEMU gcc segfaults on arm64/armv7 builds#18
pulpoff merged 1 commit intomasterfrom
claude/docker-asterisk-chan-dongle-AoPSz

Conversation

@pulpoff
Copy link
Copy Markdown
Owner

@pulpoff pulpoff commented Feb 27, 2026

GCC's cc1 randomly segfaults under QEMU emulation during docker buildx multi-arch builds. Since make resumes from where it left off, retrying up to 5 times lets the build recover — each retry only recompiles the file that crashed, then continues normally.

GCC's cc1 randomly segfaults under QEMU emulation during docker
buildx multi-arch builds. Since make resumes from where it left off,
retrying up to 5 times lets the build recover — each retry only
recompiles the file that crashed, then continues normally.

https://claude.ai/code/session_01M7DJEAxrReANcMZ6SjChaG
@pulpoff pulpoff merged commit 2d28fae into master Feb 27, 2026
1 check passed
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.

2 participants