fix(cef): downgrade gstcefsrc to CEF 126 (Alloy runtime) to avoid Mem…#505
Merged
fix(cef): downgrade gstcefsrc to CEF 126 (Alloy runtime) to avoid Mem…#505
Conversation
…oryInfra SIGILL CEF 127+ switched to Chrome runtime by default, introducing a MemoryInfra / PartitionAlloc CHECK() failure (SIGILL, exit 132) that crashes long-running cefsrc processes intermittently. No upstream fix exists. CEF 128 removed the Alloy bootstrap entirely. Pin the build to: - CEF 126.2.18+g3647d39+chromium-126.0.6478.183 (last stable Alloy-default) - gstcefsrc 0e470f51fd (last master commit defaulting to CEF 122, compatible with the CEF 126 ABI) Changes: - docker/gstcefsrc/Dockerfile: bump default CEF_VERSION, add GSTCEFSRC_REF arg, switch clone from --depth 1 to init/fetch/checkout to support arbitrary SHAs. - .github/workflows/build-gstcefsrc.yml: update defaults, add gstcefsrc_ref workflow_dispatch input, wire through as --build-arg. - docker/strom-full/entrypoint.sh: update comment — Chrome-runtime-specific flags are no-ops on Alloy but kept as defense-in-depth. - docs/CEF_SIGILL_CRASH.md: new "Downgrade to CEF 126" section documenting rationale and pinning locations; old flag-based fix retained as legacy. Note: docker/strom-full/Dockerfile GSTCEFSRC_VERSION is intentionally NOT bumped in this commit — it must stay at 144.0.12 until the workflow has produced and released the 126.2.18 artifact. Follow-up commit after the release upload. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…oryInfra SIGILL
CEF 127+ switched to Chrome runtime by default, introducing a MemoryInfra / PartitionAlloc CHECK() failure (SIGILL, exit 132) that crashes long-running cefsrc processes intermittently. No upstream fix exists. CEF 128 removed the Alloy bootstrap entirely.
Pin the build to:
Changes:
Note: docker/strom-full/Dockerfile GSTCEFSRC_VERSION is intentionally NOT bumped in this commit — it must stay at 144.0.12 until the workflow has produced and released the 126.2.18 artifact. Follow-up commit after the release upload.
Description
Brief description of the changes.
Related Issue
Fixes #(issue number)
Type of Change
Checklist
cargo fmt --allcargo clippy --workspace --all-targets -- -D warningscargo test --workspace