stop code: page fault in nonpaged area

Anonymous
2024-04-07T17:46:39+00:00

I got this error when I upgrade from the Win Server 2019 to Win Server 2022 any advice?

Windows Server | Performance and maintenance | System performance

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-04-09T03:08:25+00:00

    Hi

    Thank you for posting on Microsoft Forum.

    From the screenshot, we can see the bugcheck code is PAGE_FAULT_IN_NONPAGED_AREA. This indicates that invalid system memory has been referenced. Typically the memory address is wrong or the memory address is pointing at freed memory. Here is a official document for your reference: Bug Check 0x50 PAGE_FAULT_IN_NONPAGED_AREA - Windows drivers | Microsoft Learn

    To resolve this issue, we need to analyze the dump file which generated at the issue occurred time. Please check the path C:\Windows\Memory.dmp or Minidump file. We can try to find out the driver which caused the issue.

    Best Regards

    Zack Lu

    1 person found this answer helpful.
    0 comments No comments