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

Processes fail with -2147023829 exit code under process isolation on Windows 11 on AMD CPUs #197

Closed
slonopotamus opened this issue Jan 19, 2022 · 12 comments
Assignees
Labels
bug Something isn't working

Comments

@slonopotamus
Copy link

slonopotamus commented Jan 19, 2022

This was reproduced on VirtualBox 6.1.28 running on top of Ryzen 3700X.

  1. Install Windows 11. SHA256 of Win11_English_x64v1.iso I used: 4bc6c7e7c61af4b5d1b086c5d279947357cff45c2f82021bb58628c2503eb64e. Installing all available Windows updates (as of 2022-01-07) doesn't fix anything
  2. Install Docker engine for Windows containers (either via Docker Desktop or whatever way you prefer)
  3. Reboot
  4. Create directory somewhere
  5. Create Dockerfile in that directory with the following contents:
FROM mcr.microsoft.com/windows/servercore:ltsc2022
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'Continue'; $verbosePreference='Continue';"]
ENV CHOCO_URL=https://chocolatey.org/install.ps1
RUN Set-ExecutionPolicy Bypass -Scope Process -Force; \
 [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12'; \
 iex ((New-Object System.Net.WebClient).DownloadString("$env:CHOCO_URL"));
RUN choco install -y vcredist-all
  1. docker build --isolation=process . in that directory. Expected: it succeeds. Actual: lots of stuff fails with Exit 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.

@ghost ghost added the triage New and needs attention label Jan 19, 2022
@slonopotamus slonopotamus changed the title Processes fail with -2147023829 exit code under process isolaion on Windows 11 on AMD CPUs Processes fail with -2147023829 exit code under process isolation on Windows 11 on AMD CPUs Jan 22, 2022
@michbern-ms
Copy link

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)

@ghost
Copy link

ghost commented Apr 23, 2022

This issue has been open for 30 days with no updates.
@brasmith-ms, please provide an update or close this issue.

1 similar comment
@ghost
Copy link

ghost commented May 24, 2022

This issue has been open for 30 days with no updates.
@brasmith-ms, please provide an update or close this issue.

@ghost
Copy link

ghost commented Jun 23, 2022

This issue has been open for 30 days with no updates.
@brasmith-ms, please provide an update or close this issue.

4 similar comments
@ghost
Copy link

ghost commented Jul 24, 2022

This issue has been open for 30 days with no updates.
@brasmith-ms, please provide an update or close this issue.

@ghost
Copy link

ghost commented Aug 23, 2022

This issue has been open for 30 days with no updates.
@brasmith-ms, please provide an update or close this issue.

@ghost
Copy link

ghost commented Oct 19, 2022

This issue has been open for 30 days with no updates.
@brasmith-ms, please provide an update or close this issue.

@ghost
Copy link

ghost commented Nov 19, 2022

This issue has been open for 30 days with no updates.
@brasmith-ms, please provide an update or close this issue.

@slonopotamus
Copy link
Author

slonopotamus commented Nov 19, 2022

@msftbot this issue got no meaningful updates since February! That's a bit more than 30 days.

@ghost
Copy link

ghost commented Dec 20, 2022

This issue has been open for 30 days with no updates.
@brasmith-ms, please provide an update or close this issue.

@hach-que
Copy link

hach-que commented Feb 17, 2023

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.

@slonopotamus
Copy link
Author

slonopotamus commented Jan 10, 2024

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants