-
Notifications
You must be signed in to change notification settings - Fork 29
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
PAGE_FAULT_IN_NONPAGED_AREA #2
Comments
Sure. So what's the crash dump saying? |
`nt!DbgBreakPointWithStatus: fffff804`143fbd40 cc int 3 *** Fatal System Error: 0x00000050 Break instruction exception - code 80000003 (first chance) A fatal system error has occurred. A fatal system error has occurred. For analysis of this file, run !analyze -v
PAGE_FAULT_IN_NONPAGED_AREA (50) Debugging Details:KEY_VALUES_STRING: 1
BUGCHECK_CODE: 50 BUGCHECK_P1: ffffffffffffffd0 BUGCHECK_P2: 2 BUGCHECK_P3: fffff804142e0014 BUGCHECK_P4: 2 READ_ADDRESS: ffffffffffffffd0 MM_INTERNAL_CODE: 2 PROCESS_NAME: notepad.exe TRAP_FRAME: ffffa30be15c1d80 -- (.trap 0xffffa30be15c1d80) STACK_TEXT: SYMBOL_NAME: nt!MiSystemFault+13faf9 MODULE_NAME: nt STACK_COMMAND: .cxr; .ecxr ; kb IMAGE_NAME: ntkrnlmp.exe BUCKET_ID_FUNC_OFFSET: 13faf9 FAILURE_BUCKET_ID: AV_W_(null)_nt!MiSystemFault OS_VERSION: 10.0.19041.1 BUILDLAB_STR: vb_release OSPLATFORM_TYPE: x64 OSNAME: Windows 10 FAILURE_ID_HASH: {66411fc0-2fe2-a1a3-7539-3b3fcf286ba7} Followup: MachineOwner` Got this |
compiled as Release x64 on VM Win 20H2 got PAGE_FAULT_IN_NONPAGED_AREA
The text was updated successfully, but these errors were encountered: