Share via

PC keeps BsODing, looked into WinDbg and need help analyzing and figuring out why it keeps crashing.

Anonymous
2021-04-26T00:59:02+00:00

*******************************************************************************

*                                                                             *

*                        Bugcheck Analysis                                    *

*                                                                             *

*******************************************************************************

IRQL_NOT_LESS_OR_EQUAL (a)

An attempt was made to access a pageable (or completely invalid) address at an

interrupt request level (IRQL) that is too high.  This is usually

caused by drivers using improper addresses.

If a kernel debugger is available get the stack backtrace.

Arguments:

Arg1: 0000000000000188, memory referenced

Arg2: 00000000000000ff, IRQL

Arg3: 0000000000000000, bitfield :

bit 0 : value 0 = read operation, 1 = write operation

bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)

Arg4: fffff802594078db, address which referenced memory

Debugging Details:


KEY_VALUES_STRING: 1

Key  : Analysis.CPU.Sec

Value: 2

Key  : Analysis.DebugAnalysisProvider.CPP

Value: Create: 8007007e on DESKTOP-2TI65N1

Key  : Analysis.DebugData

Value: CreateObject

Key  : Analysis.DebugModel

Value: CreateObject

Key  : Analysis.Elapsed.Sec

Value: 2

Key  : Analysis.Memory.CommitPeak.Mb

Value: 70

Key  : Analysis.System

Value: CreateObject

BUGCHECK_CODE:  a

BUGCHECK_P1: 188

BUGCHECK_P2: ff

BUGCHECK_P3: 0

BUGCHECK_P4: fffff802594078db

READ_ADDRESS:  0000000000000188

BLACKBOXBSD: 1 (!blackboxbsd)

BLACKBOXNTFS: 1 (!blackboxntfs)

BLACKBOXPNP: 1 (!blackboxpnp)

BLACKBOXWINLOGON: 1

PROCESS_NAME:  svchost.exe

TRAP_FRAME:  ffffb50b9c0df970 -- (.trap 0xffffb50b9c0df970)

NOTE: The trap frame does not contain all registers.

Some register values may be zeroed or incorrect.

rax=0000000000000000 rbx=0000000000000000 rcx=ffffa50c36395080

rdx=ffffcd00a0f35000 rsi=0000000000000000 rdi=0000000000000000

rip=fffff802594078db rsp=ffffb50b9c0dfb00 rbp=ffffb50b9c0dfb80

r8=0000000000000004  r9=7fff9489cd28e0a0 r10=fffff802592ef780

r11=ffffa50c36395080 r12=0000000000000000 r13=0000000000000000

r14=0000000000000000 r15=0000000000000000

iopl=0         nv up di pl zr na po nc

nt!KiSystemServiceExit+0x11b:

fffff802594078db 8b0c2588010000  mov     ecx,dword ptr [188h] ds:0000000000000188=????????

Resetting default scope

MISALIGNED_IP:

nt!KiSystemServiceExit+11b

fffff802`594078db 8b0c2588010000  mov     ecx,dword ptr [188h]

STACK_TEXT:

ffffb50b9c0df828 fffff80259407d69 : 000000000000000a 0000000000000188 00000000000000ff 0000000000000000 : nt!KeBugCheckEx

ffffb50b9c0df830 fffff80259404069 : ffffb50b9c0df978 ffff9489c656e310 ffff9489cb3051d0 ffff9489cb306740 : nt!KiBugCheckDispatch+0x69

ffffb50b9c0df970 fffff802594078db : 000001c98a46c308 ffffa50c384e4080 ffffb50b9c0dfb80 ffffa50c3664cde0 : nt!KiPageFault+0x469

ffffb50b9c0dfb00 00007ff93cac4c04 : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : nt!KiSystemServiceExit+0x11b

0000007a39cff478 0000000000000000 : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : 0x00007ff9`3cac4c04

SYMBOL_NAME:  nt!KiSystemServiceExit+11b

IMAGE_NAME:  hardware

STACK_COMMAND:  .thread ; .cxr ; kb

MODULE_NAME: hardware

FAILURE_BUCKET_ID:  IP_MISALIGNED

OS_VERSION:  10.0.19041.1

BUILDLAB_STR:  vb_release

OSPLATFORM_TYPE:  x64

OSNAME:  Windows 10

FAILURE_ID_HASH:  {201b0e5d-db2a-63d2-77be-8ce8ff234750}

Followup:     MachineOwner


Windows for home | Windows 10 | Performance and system failures

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.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2021-04-30T03:46:01+00:00

    Hi,

    Thank you for your response.

    If performing a clean boot fixes the issue then, please refer to the section How to determine what is causing the problem after you do a clean bootto check which program is causing the issue.

    Once you find the faulty program, try to remove  it and then revert back to normal mode. Later reinstall it and check.

    Regards,

    Aditya Roy

    Microsoft Community – Moderator

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-04-26T15:19:37+00:00

    I've done all of the tests and no errors or corruption were detected, and i'm going to do a clean boot now, will let you know.

    Edit: I'm in a clean boot right now, will keep it running and let you know if I bluescreen or not, what is a recommended amount of time to keep myself in clean boot to see if it fixes the problem?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-04-26T14:12:44+00:00
    1. Version 20H2 (OS Build 19042.928)
    2. ASRock b450M Pro4
    3. I get multiple blue screens while using my pc daily, they all have different codes. Either IRQL related, Kernel related or stack overload.
    4. No I do not recall.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2021-04-26T06:24:48+00:00

    Hi,

    Thank you for writing to Microsoft Community Forums.

    We understand your concern as you are receiving Blue Screen of Death. As you have analyzed the dump file and found the faulty module is hardware.


    The IRQL_NOT_LESS_OR_EQUAL bug check has a value of 0x0000000A. This indicates that Microsoft Windows or a kernel-mode driver accessed paged memory at an invalid address while at a raised interrupt request level (IRQL). This is typically the result of either a bad pointer or a pageability problem.

    In order to get clarity and to assist you accordingly, please reply with the answers to the questions below:

    • What is the Version and Build of Windows 10 installed on the PC? (Type winver in Windows search/Run command)
    • What is the make and model of the PC/motherboard?
    • When do you get this blue screen issue?
    • Are you aware of any changes on the PC prior to this issue?

    Let us try few steps and check if you still face the bluescreen.

    Step 1: Run Memory Diagnostic Tool.

    1. Press Windows key or click on Start Menu and type Memory Diagnostic.
    2. Select Windows Memory Diagnostics and click on Restart now and check for problems.
    3. Follow the on-screen instructions.

    Step 2: Run the SFC.

    1. Right click on the Start button, click on Command Prompt (Admin).
    2. Type “sfc /scannow” without quotes and hit Enter.
    3. After the scan, restart the computer.
    4. Now check for the issue.

    Step 3: Run the DISM Tool.

    1. Right click on the Start button, click on Command Prompt (Admin).
    2. In the Administrator: Command Prompt window, type the following commands. Press the Enter key after each command:
      • DISM.exe /Online /Cleanup-image /Scanhealth
      • DISM.exe /Online /Cleanup-image /Restorehealth
    3. To close the Administrator: Command Prompt window, type Exit, and then press Enter.

    Note: The tool might take some time to finish, so please do not cancel it.

    Step 4:  Clean boot

    Try booting your PC in clean boot. Refer to the article on How to perform a clean boot in Windows

    **Note:**Clean Boot starts Windows with a minimal set of drivers and startup programs, so that you can determine whether a background program is interfering with your game or program. Also, you may not be able to use some programs in clean boot. 

    If performing a clean boot fixes the issue then, please refer to the section How to determine what is causing the problem after you do a clean boot to check which program is causing the issue.

    Note: Please refer the section Reset the computer to start normally after clean boot troubleshooting to boot the computer in to normal mode after troubleshooting.

    Additionally, refer the steps as mention in this article: Troubleshoot blue screen errors **** refer (While using my device)

    Let us know the results. If the issue persists, we will certainly assist you further.

    Aditya Roy

    Microsoft Community – Moderator

    Was this answer helpful?

    0 comments No comments