Add'l BSODs (1909)

Page 3 of 12 FirstFirst 12345 ... LastLast

  1. Posts : 5,169
    64bit Win 10 Pro ver 21H2
       #21

    Your link to the BSOD file has been set up so that it requires you to approve our email before Google Drive will share the file. Please share it with everyone.
      My Computers


  2. Posts : 77
    Windows 10
    Thread Starter
       #22

    Apologies.

    Google Drive
      My Computer


  3. Posts : 14,903
    Windows 10 Pro
       #23

    Thanks Phil.

    I'm not sure if the description of the args match, arg1 looks to be an NTSTATUS error code, arg2 I doubt is the physical page and args 3 and 4 clearly are not zero. Double-checking the documentation on the 0x12B it looks more like the descriptions of the args are mixed up.
    Code:
    FAULTY_HARDWARE_CORRUPTED_PAGE (12b)
    This bugcheck indicates that a single bit error was found in this page.  This is a hardware memory error.
    Arguments:
    Arg1: ffffffffc00002c4, virtual address mapping the corrupted page
    Arg2: 0000000000000d03, physical page number
    Arg3: 0000016d9f866a60, zero
    Arg4: ffff86816ff74000, zero
    Clearly the store manager is involved which suggests that arg1 is the error code/type of failure, arg2 is the compressed size of the page being read, arg3 is the source buffer and arg4 is the target buffer.
    Code:
    PROCESS_NAME:  MemCompression
    
    3: kd> k
     # Child-SP          RetAddr           Call Site
    00 fffffb88`509150f8 fffff804`3492402b nt!KeBugCheckEx
    01 fffffb88`50915100 fffff804`3486545a nt!ST_STORE<SM_TRAITS>::StDmPageError+0xfb
    02 fffffb88`50915150 fffff804`3475ff74 nt!ST_STORE<SM_TRAITS>::StDmSinglePageCopy+0x1054c6
    03 fffffb88`50915230 fffff804`3475fdf2 nt!ST_STORE<SM_TRAITS>::StDmSinglePageTransfer+0xa0
    04 fffffb88`50915280 fffff804`3475fc1b nt!ST_STORE<SM_TRAITS>::StDmpSinglePageRetrieve+0x186
    05 fffffb88`50915320 fffff804`3475fa61 nt!ST_STORE<SM_TRAITS>::StDmPageRetrieve+0xcb
    06 fffffb88`509153d0 fffff804`3475f971 nt!SMKM_STORE<SM_TRAITS>::SmStDirectReadIssue+0x85
    07 fffffb88`50915450 fffff804`3464f678 nt!SMKM_STORE<SM_TRAITS>::SmStDirectReadCallout+0x21
    08 fffffb88`50915480 fffff804`34763301 nt!KeExpandKernelStackAndCalloutInternal+0x78
    09 fffffb88`509154f0 fffff804`3474c721 nt!SMKM_STORE<SM_TRAITS>::SmStDirectRead+0xcd
    0a fffffb88`509155c0 fffff804`3474c307 nt!SMKM_STORE<SM_TRAITS>::SmStWorkItemQueue+0x1a5
    0b fffffb88`50915610 fffff804`347621e3 nt!SMKM_STORE_MGR<SM_TRAITS>::SmIoCtxQueueWork+0xbf
    0c fffffb88`509156a0 fffff804`34763cef nt!SMKM_STORE_MGR<SM_TRAITS>::SmPageRead+0x167
    0d fffffb88`50915710 fffff804`34693eaf nt!SmPageRead+0x33
    0e fffffb88`50915760 fffff804`346949d9 nt!MiIssueHardFaultIo+0x117
    0f fffffb88`509157b0 fffff804`346587fb nt!MiIssueHardFault+0x489
    10 fffffb88`50915860 fffff804`347d041e nt!MmAccessFault+0x40b
    11 fffffb88`50915a00 00007ff8`1fc7c474 nt!KiPageFault+0x35e
    12 00000054`f7fff060 00000000`00000000 0x00007ff8`1fc7c474
    System file corruption appears to be the type of failure.
    Code:
    3: kd> !error c00002c4
    Error code: (NTSTATUS) 0xc00002c4 (3221226180) - The system file %1 has become corrupt and has been replaced.
    Although system file corruption is involved here, this crash only occurs when memory corruption on physical memory is the case. Therefore I suggest that you run a memory test first before anything else.
    Please run memtest86.
    How to boot MemTest86: PassMark MemTest86 - Memory Diagnostic Tool - Technical Information.
    Note, memtest86 has a limit of 4 passes total. We need at least 8 passes to get anything indicative and therefore memtest86 needs to be run at least twice.
      My Computers


  4. Posts : 77
    Windows 10
    Thread Starter
       #24

    Just for your information, I have replaced the RAM in order to try to remedy this issue.

    Can I conduct these tests over two nights?
      My Computer


  5. Posts : 14,903
    Windows 10 Pro
       #25

    It's best to run the tests one after another immediately because after the first test some heat may be present and the RAM should still function fine even with some heat.
      My Computers


  6. Posts : 77
    Windows 10
    Thread Starter
       #26

    Ok I'll do that.

    - - - Updated - - -

    Add'l BSODs (1909)-img_20200710_210321_result.jpgAdd'l BSODs (1909)-img_20200710_210331_result.jpgAdd'l BSODs (1909)-img_20200711_003830_result.jpgAdd'l BSODs (1909)-img_20200711_003854_result.jpg
      My Computer


  7. Posts : 14,903
    Windows 10 Pro
       #27

    Great.




    Diagnostics Test

     System File Check


    Please try following:
    • Open an admin command prompt
    • Copy/paste "sfc /scannow" (without quotes) and press enter
    • It may take a while for SFC to finish, let it run until it finishes.

    Let me know what SFC reports, i.e. found corruption and fixed them, unable to resolve corruption or no corruption detected.
      My Computers


  8. Posts : 77
    Windows 10
    Thread Starter
       #28

    It says that it found corruption and fixed them
      My Computer


  9. Posts : 14,903
    Windows 10 Pro
       #29

    Good to hear, use your pc as you normally would and see how things go for the next couple days.
      My Computers


  10. Posts : 77
    Windows 10
    Thread Starter
       #30

    I'll do that,

    But just to let you know, I have tried sfc before. Also this is from a fresh Windows install.
      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 18:06.
Find Us




Windows 10 Forums