Bump dotnet-runtime/dotnet-aspnetcore/dotnet-sdk to 10.0.11/10.0.400 (fixes cgroup v2 root-cgroup segfault) - #1319
Closed
rkoster wants to merge 6 commits into
Closed
Conversation
for stack(s) cflinuxfs4, cflinuxfs5
for stack(s) cflinuxfs4, cflinuxfs5
for stack(s) cflinuxfs4, cflinuxfs5
…o bump-dotnet10-to-10.0.11
…o bump-dotnet10-to-10.0.11
…o bump-dotnet10-to-10.0.11
Contributor
Author
|
Folding this into #1318 instead — since #1318 already needed a dotnet-runtime/aspnetcore bump to make .NET 10 usable at all (10.0.2 → 10.0.10), and this segfault fix is really "that same bump, taken one step further for correctness" (10.0.10 → 10.0.11), it makes more sense for both to land together so anyone merging #1318 gets a genuinely working, crash-free .NET 10 experience rather than needing to track down and combine two separate PRs. Verified live on a real CF foundation with the combined state (see #1318 for details) — staging and startup both succeeded with dotnet-sdk 10.0.400 / dotnet-runtime+aspnetcore 10.0.11. Closing in favor of #1318. |
5 tasks
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.
Summary
Bumps
dotnet-runtimeanddotnet-aspnetcorefrom10.0.2to10.0.11, anddotnet-sdkfrom10.0.300to10.0.400, by merging in three already-mirrored, not-yet-merged dependency-bot branches:pr-by-releng-bot-1786473315(dotnet-runtime 10.0.11)pr-by-releng-bot-1786473390(dotnet-aspnetcore 10.0.11)pr-by-releng-bot-1786473529(dotnet-sdk 10.0.400)Why this matters
.NET 10.0.2(currently vendored onmaster) is exposed to a segfault crash bug in coreclr's cgroup v2 memory-limit extraction:DOTNET_GCHeapHardLimit/DOTNET_GCHeapHardLimitPercentconfiguration, since it happens during early CLR/GC initialization before those settings are consulted.release/10.0via dotnet/runtime#130404 — merged Jul 9, 2026, milestone10.0.11,Servicing-approved..NET 10.0.11released 2026-08-11 (confirmed via the official dotnet/core release manifest:"latest-release": "10.0.11").This bump pulls in the actual upstream fix rather than relying on any workaround.
Verification
buildpacks.cloudfoundry.orgartifact URLs return HTTP 200.sha256field in the merged manifest entries (dotnet-runtime,dotnet-aspnetcore10.0.11;dotnet-sdk10.0.400) — all three match.go build -mod=vendor ./src/dotnetcore/...clean.finalize,hooks,project,supply— same scope asscripts/unit.sh) all passing.VERSIONfile correctly unaffected by the merges (dependency-bot branches were based on a slightly stalemastersnapshot forVERSION, but 3-way merge correctly preserved the current2.4.52).