BSOD 0x109 CRITICAL_STRUCTURE_CORRUPTION


  1. Posts : 19
    Windows 10 Pro
       #1

    BSOD 0x109 CRITICAL_STRUCTURE_CORRUPTION


    I was browsing Internet and suddenly computer stopped with this BSOD. I have freshly installed Windows 10 Pro. All the drivers are up to date. Last night i tested my rams with Memtest 86 without any errors.



    I never had a single BSOD with Windows 7 or 8.1.

    Logs are in attachments

    e: just ask me, if you need more info.
    Last edited by RoopeSeta; 14 Sep 2015 at 17:08.
      My Computer


  2. Posts : 73
    Windows Embedded 8.1 Industry Pro
       #2

    Hi RoopeSeta & Welcome to the forums ^_^,

    I have analysed the dump files and below has been provided an analysis of the same for informative purposes :-

    PAGE_FAULT_IN_NONPAGED_AREA (50)

    Invalid system memory was referenced. This cannot be protected by try-except, it must be protected by a Probe. Typically the address is just plain bad or it is pointing at freed memory.
    Hmm, let's check the stack and see if we can find the culprit driver -
    Code:
    0: kd> knL
     # Child-SP          RetAddr           Call Site
    00 ffffd000`23546188 fffff800`c53a9095 nt!KeBugCheckEx
    01 ffffd000`23546190 fffff800`c522a536 nt! ?? ::FNODOBFM::`string'+0x41295
    02 ffffd000`23546280 fffff800`c53622bd nt!MmAccessFault+0x696
    03 ffffd000`235463d0 fffff801`6c7824a2 nt!KiPageFault+0x13d
    04 ffffd000`23546560 00000000`00000001 cpuz138_x64+0x24a2
    05 ffffd000`23546568 ffffe001`50acaa00 0x1
    06 ffffd000`23546570 ffffe001`516ef520 0xffffe001`50acaa00
    07 ffffd000`23546578 00000000`00000000 0xffffe001`516ef520
    So, the CPU-Z driver seems to be the culprit. On checking it's location, I found that it is loaded from the below path -
    Code:
    C:\Users\yrmiz\AppData\Local\Temp\cpuz138\cpuz138_x64.sys
    Let's see the Process Name at which the crash occurred -
    Code:
    PROCESS_NAME:  Speccy64.exe
    So, the Speccy is causing the crash in this case.

    Below is the list of 3rd party drivers present on your system -
    Code:
    **************************Mon Sep 14 13:05:24.805 2015 (UTC + 5:30)**************************
    speedfan.sys                Sun Dec 30 02:29:35 2012 (50DF59B7)
    cmudaxp.sys                 Mon Jul 22 06:54:04 2013 (51EC89B4)
    iaStorA.sys                 Sat May  3 04:36:56 2014 (53642510)
    mbam.sys                    Wed Sep  3 23:20:25 2014 (540754E1)
    nvhda64v.sys                Fri Apr 17 00:33:16 2015 (55300774)
    TeeDriverW8x64.sys          Tue Jul  7 23:13:32 2015 (559C0FC4)
    intelppm.sys                Fri Jul 10 08:42:59 2015 (559F383B)
    xusb22.sys                  Fri Jul 10 08:50:48 2015 (559F3A10)
    nvlddmkm.sys                Thu Jul 23 05:45:19 2015 (55B03217)
    rt640x64.sys                Thu Jul 23 14:23:50 2015 (55B0AB9E)
    aswRvrt.sys                 Mon Jul 27 22:36:13 2015 (55B66505)
    aswMonFlt.sys               Mon Jul 27 22:36:30 2015 (55B66516)
    aswHwid.sys                 Mon Jul 27 22:36:58 2015 (55B66532)
    aswVmm.sys                  Mon Jul 27 23:04:01 2015 (55B66B89)
    aswSP.sys                   Mon Jul 27 23:04:27 2015 (55B66BA3)
    aswSnx.sys                  Wed Aug 12 20:14:50 2015 (55CB5BE2)
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    **************************Fri Sep 11 13:46:29.642 2015 (UTC + 5:30)**************************
    cpuz138_x64.sys             Thu Oct 23 20:33:05 2014 (544918A9)
    http://www.carrona.org/drivers/driver.php?id=speedfan.sys
    http://www.carrona.org/drivers/driver.php?id=cmudaxp.sys
    http://www.carrona.org/drivers/driver.php?id=iaStorA.sys
    http://www.carrona.org/drivers/driver.php?id=mbam.sys
    http://www.carrona.org/drivers/driver.php?id=nvhda64v.sys
    http://www.carrona.org/drivers/driver.php?id=TeeDriverW8x64.sys
    http://www.carrona.org/drivers/driver.php?id=intelppm.sys
    http://www.carrona.org/drivers/driver.php?id=xusb22.sys
    http://www.carrona.org/drivers/driver.php?id=nvlddmkm.sys
    http://www.carrona.org/drivers/driver.php?id=rt640x64.sys
    http://www.carrona.org/drivers/driver.php?id=aswRvrt.sys
    http://www.carrona.org/drivers/driver.php?id=aswMonFlt.sys
    http://www.carrona.org/drivers/driver.php?id=aswHwid.sys
    http://www.carrona.org/drivers/driver.php?id=aswVmm.sys
    http://www.carrona.org/drivers/driver.php?id=aswSP.sys
    http://www.carrona.org/drivers/driver.php?id=aswSnx.sys
    http://www.carrona.org/drivers/driver.php?id=cpuz138_x64.sys


    Kindly remove Speccy and see if the BSODs persist or not :)


    Let me know how it goes ^_^


    -Pranav
      My Computer


  3. Posts : 19
    Windows 10 Pro
    Thread Starter
       #3

    blueelvis said:
    Hi RoopeSeta & Welcome to the forums ^_^,

    I have analysed the dump files and below has been provided an analysis of the same for informative purposes :-

    PAGE_FAULT_IN_NONPAGED_AREA (50)

    Invalid system memory was referenced. This cannot be protected by try-except, it must be protected by a Probe. Typically the address is just plain bad or it is pointing at freed memory.
    Hmm, let's check the stack and see if we can find the culprit driver -
    Code:
    0: kd> knL
     # Child-SP          RetAddr           Call Site
    00 ffffd000`23546188 fffff800`c53a9095 nt!KeBugCheckEx
    01 ffffd000`23546190 fffff800`c522a536 nt! ?? ::FNODOBFM::`string'+0x41295
    02 ffffd000`23546280 fffff800`c53622bd nt!MmAccessFault+0x696
    03 ffffd000`235463d0 fffff801`6c7824a2 nt!KiPageFault+0x13d
    04 ffffd000`23546560 00000000`00000001 cpuz138_x64+0x24a2
    05 ffffd000`23546568 ffffe001`50acaa00 0x1
    06 ffffd000`23546570 ffffe001`516ef520 0xffffe001`50acaa00
    07 ffffd000`23546578 00000000`00000000 0xffffe001`516ef520
    So, the CPU-Z driver seems to be the culprit. On checking it's location, I found that it is loaded from the below path -
    Code:
    C:\Users\yrmiz\AppData\Local\Temp\cpuz138\cpuz138_x64.sys
    Let's see the Process Name at which the crash occurred -
    Code:
    PROCESS_NAME:  Speccy64.exe
    So, the Speccy is causing the crash in this case.

    Below is the list of 3rd party drivers present on your system -
    Code:
    **************************Mon Sep 14 13:05:24.805 2015 (UTC + 5:30)**************************
    speedfan.sys                Sun Dec 30 02:29:35 2012 (50DF59B7)
    cmudaxp.sys                 Mon Jul 22 06:54:04 2013 (51EC89B4)
    iaStorA.sys                 Sat May  3 04:36:56 2014 (53642510)
    mbam.sys                    Wed Sep  3 23:20:25 2014 (540754E1)
    nvhda64v.sys                Fri Apr 17 00:33:16 2015 (55300774)
    TeeDriverW8x64.sys          Tue Jul  7 23:13:32 2015 (559C0FC4)
    intelppm.sys                Fri Jul 10 08:42:59 2015 (559F383B)
    xusb22.sys                  Fri Jul 10 08:50:48 2015 (559F3A10)
    nvlddmkm.sys                Thu Jul 23 05:45:19 2015 (55B03217)
    rt640x64.sys                Thu Jul 23 14:23:50 2015 (55B0AB9E)
    aswRvrt.sys                 Mon Jul 27 22:36:13 2015 (55B66505)
    aswMonFlt.sys               Mon Jul 27 22:36:30 2015 (55B66516)
    aswHwid.sys                 Mon Jul 27 22:36:58 2015 (55B66532)
    aswVmm.sys                  Mon Jul 27 23:04:01 2015 (55B66B89)
    aswSP.sys                   Mon Jul 27 23:04:27 2015 (55B66BA3)
    aswSnx.sys                  Wed Aug 12 20:14:50 2015 (55CB5BE2)
    ииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииииии``
    **************************Fri Sep 11 13:46:29.642 2015 (UTC + 5:30)**************************
    cpuz138_x64.sys             Thu Oct 23 20:33:05 2014 (544918A9)
    http://www.carrona.org/drivers/driver.php?id=speedfan.sys
    http://www.carrona.org/drivers/driver.php?id=cmudaxp.sys
    http://www.carrona.org/drivers/driver.php?id=iaStorA.sys
    http://www.carrona.org/drivers/driver.php?id=mbam.sys
    http://www.carrona.org/drivers/driver.php?id=nvhda64v.sys
    http://www.carrona.org/drivers/driver.php?id=TeeDriverW8x64.sys
    http://www.carrona.org/drivers/driver.php?id=intelppm.sys
    http://www.carrona.org/drivers/driver.php?id=xusb22.sys
    http://www.carrona.org/drivers/driver.php?id=nvlddmkm.sys
    http://www.carrona.org/drivers/driver.php?id=rt640x64.sys
    http://www.carrona.org/drivers/driver.php?id=aswRvrt.sys
    http://www.carrona.org/drivers/driver.php?id=aswMonFlt.sys
    http://www.carrona.org/drivers/driver.php?id=aswHwid.sys
    http://www.carrona.org/drivers/driver.php?id=aswVmm.sys
    http://www.carrona.org/drivers/driver.php?id=aswSP.sys
    http://www.carrona.org/drivers/driver.php?id=aswSnx.sys
    http://www.carrona.org/drivers/driver.php?id=cpuz138_x64.sys


    Kindly remove Speccy and see if the BSODs persist or not :)


    Let me know how it goes ^_^


    -Pranav
    First BSOD was indeed caused by speccy driver and i fixed that by uninstalling cpu-z driver. BSOD 0x109 came after that and i have seen it only ones. I think I'l try to update nvidia and some other drivers you mentioned and hope that i don't see that BSOD again.

    Thank you for helping. :)
      My Computer


  4. Posts : 73
    Windows Embedded 8.1 Industry Pro
       #4

    In case you face any problems, feel free to post back ^_^.


    Although, just as a precautionary measure, I would suggest you to run Memtest+ for no less than 8 passes (Generally overnight) because I saw that the 0x101 was having a problem with the Memory address with 1 bit. This is often caused by faulty RAM or faulty motherboard slots -
    RAM - Test with Memtest86+ - Windows 7 Help Forums


    Let me know how it goes ^_^


    -Pranav
      My Computer


  5. Posts : 19
    Windows 10 Pro
    Thread Starter
       #5

    blueelvis said:
    In case you face any problems, feel free to post back ^_^.


    Although, just as a precautionary measure, I would suggest you to run Memtest+ for no less than 8 passes (Generally overnight) because I saw that the 0x101 was having a problem with the Memory address with 1 bit. This is often caused by faulty RAM or faulty motherboard slots -
    RAM - Test with Memtest86+ - Windows 7 Help Forums


    Let me know how it goes ^_^


    -Pranav
    Ok, i let Memtest run overnight and see if it shows errors. Thanks again.
      My Computer


  6. Posts : 73
    Windows Embedded 8.1 Industry Pro
       #6

    RoopeSeta said:
    Ok, i let Memtest run overnight and see if it shows errors. Thanks again.
    Sure thing. Let me knows how it goes ^_^



    -Pranav
      My Computer


  7. Posts : 19
    Windows 10 Pro
    Thread Starter
       #7

    I removed Asus Xonar DG sound Card about 1 month ago and and now i did not have a sincle BSOD and my system is running almost 24/7. Just want let you know what was core of the problem.

    Thank you for helping me!
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

й Designer Media Ltd
All times are GMT -5. The time now is 12:09.
Find Us




Windows 10 Forums