Container dies due to lsass.exe exception

I am using Docker on Windows2019. Everything was running fine until suddenly container would die after running for a while(at most 30 minutes). The underline exception as below

Faulting application name: lsass.exe, version: 10.0.17763.1, time stamp: 0xf1beaffa Faulting module name: ntdll.dll, version: 10.0.17763.831, time stamp: 0x1f1a0210 Exception code: 0xc0000409 Fault offset: 0x000000000008fb5f Faulting process id: 0x9c Faulting application start time: 0x01d5c9de8924a225 Faulting application path: C:\Windows\system32\lsass.exe Faulting module path: C:\Windows\SYSTEM32\ntdll.dll Report Id: 08f30307-b0a3-4383-998f-e013b07a1d30 Faulting package full name: Faulting package-relative application ID:

The process wininit.exe has initiated the restart of computer C6A31FA87037 on behalf of user for the following reason: No title for this reason could be found Reason Code: 0x50006 Shutdown Type: restart Comment: The system process ‘C:\Windows\system32\lsass.exe’ terminated unexpectedly with status code -1073740791.

any ideas?
Thanks in advance for any suggestions, I am almost desperate on this.

Hi there,

i do have the same issue.

I already testet multiple configurations:

docker version 18.0.3-ee-3, 19.03.3, 19.03.5
Running in a VM on vCenter. One on a dedicated cloud server and another test on a local server.

At first, the vmcompute.exe crashed until i removed the System Override in the Exploit Protection for it. After that, the container ran for a longer time but the problem persists.
After some time, the lsass.exe crashes and takes the whole bunch of docker container with it.

I commented on a issue here, since the problem seemed related to me:

Still, I don’t have any clue how to fix this and hope someone can help here…

I got the same problem, also opend an issue:

For anyone coming here, the recap of the issues is:
VMWare tools version 11.x are causing this issue. Versions before 11 are ok and the version 11.0.6 or higher also fixes the issue, so install that one and it should work again.

1 Like

Thanks so much roemer ! we got the exact same issue when our VMWare team upgraded the VMWare tools in Windows Server 2016 to 11.0.5 and contianers kept crashing with error “task: non-zero exit (3221226505)” every 30 minutes.

Thanks a ton for your comment here !

1 Like