Thanks, was able to open both BlueScreenView screenshots
They show 2 crashes
- Crash on 2/24/2026
Bug Check String: SYSTEM_SERVICE_EXCEPTION
Bug Check Code: 0x0000003b
Caused By Driver: ntoskrnl.exe
Crash Address: ntoskrnl.exe+3fd5c0
kernel OS component was where the crash manifested, NOT necessarily the root cause
- Crash on 2/19/2026
Bug Check String: (not shown in the screenshot, but Code)
Bug Check Code: 0x00000139
Caused By Driver: ntoskrnl.exe
Crash Address: ntoskrnl.exe+3fd5c0
This code indicates a kernel corruption or bad pointer/invalidation
Both crashes point to ntoskrnl.exe , the core Windows kernel , but that’s just where the system blew up, not necessarily the real cause.
Common causes behind these codes are:
For 0x3B SYSTEM_SERVICE_EXCEPTION
- Faulting drivers returning bad pointers to the kernel
- Invalid memory access during I/O (storage or network)
- Antivirus / filter driver conflicts
For 0x139 KERNEL_SECURITY_CHECK_FAILURE
- Memory corruption
- Faulty hardware (RAM / storage)
- Bad drivers exposing bad pointer/data to the kernel
In short: something at a lower layer (driver or hardware) is corrupting memory and crashing the system.
Is the problem presenting just from this computer ?