-
Notifications
You must be signed in to change notification settings - Fork 64
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
Processes fail with -2147023829 exit code under process isolation on Windows 11 on AMD CPUs #197
Comments
Microsoft is seeing issues with Windows 11 hosts and Server 2022 guests when running TLS scenarios. We are investigating these currently. We are running a preview of cross version support (as described here (https://techcommunity.microsoft.com/t5/containers/windows-server-2022-and-beyond-for-containers/ba-p/2712487)) but that preview has turned up an issue. I don't have an ETA for a fix yet. For a development scenario, you can use --isolation=hyperv. For a production scenario, please use matching versions for host and guest. (https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility?tabs=windows-server-2022%2Cwindows-10-21H1) |
This issue has been open for 30 days with no updates. |
1 similar comment
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
4 similar comments
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
This issue has been open for 30 days with no updates. |
@msftbot this issue got no meaningful updates since February! That's a bit more than 30 days. |
This issue has been open for 30 days with no updates. |
I can confirm that process isolation for LTSC2022 on Windows 11 on a Ryzen CPU appears to be fixed, as I successfully ran containers on my Windows 11 machine yesterday using that method. |
@fady-azmy-msft we have evidence that this issue was not fixed. Can you provide a link to exact KB where you believe the fix was? |
This was reproduced on VirtualBox 6.1.28 running on top of Ryzen 3700X.
Win11_English_x64v1.iso
I used: 4bc6c7e7c61af4b5d1b086c5d279947357cff45c2f82021bb58628c2503eb64e. Installing all available Windows updates (as of 2022-01-07) doesn't fix anythingDockerfile
in that directory with the following contents:docker build --isolation=process .
in that directory. Expected: it succeeds. Actual: lots of stuff fails withExit code was '-2147023829'
Note that there is an independent report (adamrehn/ue4-docker#216) from @TomSmithGR who reproes the same issue running Windows 11 on a bare AMD Ryzen 9 5900X (i.e. VirtualBox is not involved).
We do not reproduce this issue with Hyper-V isolation.
We do not reproduce this issue on Windows Server 2022.
We do not reproduce this issue on Intel CPUs.
The text was updated successfully, but these errors were encountered: