Identifying issues with Kernel-Power Event ID 41
Identifying issues with Kernel-Power Event ID 41
Hey there, new setup and stumbling on some kernel hiccups. My logs show it’s happening roughly twice daily since the last build last week—probably while I was asleep? I did notice it restarting a few times during the week, which makes sense. Today it occurred while I was using the machine. Below is the log and my build details: Build https://pcpartpicker.com/user/childofthe...iew=QcWF8d
Log: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331c3b3a-2005-44c2-ac5e-77220c37d6b4}"
EventID>41</EventID>
Version>8
Level>1</Level>
Task>63
Opcode>0</Opcode>
Keywords>0x8000400000000002</Keywords>
TimeCreated>2020-06-25T20:16:54.3670873Z</TimeCreated>
Computer>DESKTOP-GGJFJMF
User>S-1-5-18
</System>
Event details:
- Bugcheck code: 0
- Sleep in progress: 6
- Power button pressed: 6
- Boot app status: 3221225684
- Checkpoint: 16
- Connected standby: false
- System sleep transitions: 2
- Correlation: not applicable
- Process ID>4, Thread ID>8
I pulled the DMP file and ran a debug analysis. The dump shows several missing pages and symbol issues. Key findings include:
- Page 140fc6 missing
- Page 1404a3 absent
- Page daddd not present
- PEB paging error (PEB Ldr=0x00000035)
- Critical structure corruption detected
For deeper insight, run the analysis command with `!analyze -v nt`. This will help pinpoint the exact cause.
Machine owner actions since last issue:
- Updated BIOS (new build, improved memory compatibility)
- Installed a minor AMD driver update
- Checked for other driver updates (only one found, small change)
Let me know if you need further help!