Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Memory 4.6.0 causes Azure Cloud Services (extended support) deployment failure #112887

Open
OgawaTakasi opened this issue Feb 25, 2025 · 1 comment
Labels
area-System.Memory untriaged New issue has not been triaged by the area owner

Comments

@OgawaTakasi
Copy link

OgawaTakasi commented Feb 25, 2025

Description

Deployment completes successfully with System.Memory 4.5.5, but after updating to System.Memory 4.6.0, it never finishes and eventually fails due to a timeout.
There are no errors during the build process, and local debugging works fine.
This is a CSES application, so the framework is .NET Framework. My version is 4.7.2.

Reproduction Steps

  1. Update System.Memory to version 4.6.0.
  2. Deploy a CSES application on Azure.
  3. Observe that the deployment never completes and fails due to a timeout.

Expected behavior

The CSES deployment should complete successfully without any timeout errors.

Actual behavior

CSES deployment does not complete and results in a timeout error.

Regression?

Yes, this issue does not occur with System.Memory 4.5.5.

Known Workarounds

Downgrade to System.Memory 4.5.5.

Configuration

.NET Framework 4.7.2 and OS Family 6

Other information

This may be related to #109827.

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Feb 25, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-memory
See info in area-owners.md if you want to be subscribed.

@OgawaTakasi OgawaTakasi changed the title System.Memory 4.6.0 causes Cloud Service (Enhanced Support) deployment failure System.Memory 4.6.0 causes Cloud Service (Extended Support) deployment failure Feb 25, 2025
@OgawaTakasi OgawaTakasi changed the title System.Memory 4.6.0 causes Cloud Service (Extended Support) deployment failure System.Memory 4.6.0 causes Azure Cloud Services (extended support) deployment failure Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Memory untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

1 participant