Consider the following scenario:
- You have the Hyper-V server role installed on a computer that is running Windows Server 2012.
- You enable performance tracing for the Server Message Block (SMB) server on the Hyper-V server. For example, you run the following command:
wevtutil set-log Microsoft-Windows-SmbServer/Performance /e:true
Note Performance tracing for the SMB server is enabled automatically when you perform certain operations. - You configure the Hyper-V server to store Virtual Hard Disk (VHD) or VHDX files for virtual machines on an SMB share. The SMB share is located on a remote computer.
- You try to create a virtual machine, or you try to copy a VHD or VHDX file to the SMB share.
In this scenario, the remote computer crashes. Additionally, you receive a Stop error message that resembles the following:
STOP: 0x00000050 (parameter1, parameter2, parameter3, parameter4)
Notes- This Stop error describes a PAGE_FAULT_IN_NON-PAGED_AREA issue.
- The parameters in this Stop error message vary, depending on the configuration of the computer.
- Not all "Stop 0x00000050" errors are caused by this issue.