Dump shows lot of NTFS errors. Are you having an SSD by any chance? Did you update to it's latest firmware? How old is it?
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 24, {1904fb, fffff88007fff478, fffff88007ffecd0, fffff880012a8cf9}
Probably caused by : Ntfs.sys ( Ntfs!NtfsCheckExistingFile+f9 )
Followup: MachineOwner
---------
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
NTFS_FILE_SYSTEM (24)
If you see NtfsExceptionFilter on the stack then the 2nd and 3rd
parameters are the exception record and context record. Do a .cxr
on the 3rd parameter and then kb to obtain a more informative stack
trace.
Arguments:
Arg1: 00000000001904fb
Arg2: fffff88007fff478
Arg3: fffff88007ffecd0
Arg4: fffff880012a8cf9
Debugging Details:
------------------
EXCEPTION_RECORD: fffff88007fff478 -- (.exr 0xfffff88007fff478)
ExceptionAddress: fffff880012a8cf9 (Ntfs!NtfsCheckExistingFile+0x00000000000000f9)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: ffffffffffffffff
Attempt to read from address ffffffffffffffff
CONTEXT: fffff88007ffecd0 -- (.cxr 0xfffff88007ffecd0)
rax=fffff8a00ac06040 rbx=f7fff8a00ac06140 rcx=0000000000000000
rdx=fffffa80085aa060 rsi=0000000000000000 rdi=fffff8a00ac06010
rip=fffff880012a8cf9 rsp=fffff88007fff6b0 rbp=0000000000000000
r8=0000000000000001 r9=0000000000000000 r10=fffff8800792afa8
r11=fffffa80085aa060 r12=fffffa8009c28010 r13=fffffa800a483010
r14=fffff8800792abe0 r15=fffffa8009ebdd18
iopl=0 nv up ei ng nz na pe cy
cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010283
Ntfs!NtfsCheckExistingFile+0xf9:
fffff880`012a8cf9 8b8bac000000 mov ecx,dword ptr [rbx+0ACh] ds:002b:f7fff8a0`0ac061ec=????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
PROCESS_NAME: svchost.exe
CURRENT_IRQL: 0
ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
EXCEPTION_PARAMETER1: 0000000000000000
EXCEPTION_PARAMETER2: ffffffffffffffff
READ_ADDRESS: GetPointerFromAddress: unable to read from fffff80002abd0e8
GetUlongFromAddress: unable to read from fffff80002abd198
ffffffffffffffff
FOLLOWUP_IP:
Ntfs!NtfsCheckExistingFile+f9
fffff880`012a8cf9 8b8bac000000 mov ecx,dword ptr [rbx+0ACh]
FAULTING_IP:
Ntfs!NtfsCheckExistingFile+f9
fffff880`012a8cf9 8b8bac000000 mov ecx,dword ptr [rbx+0ACh]
BUGCHECK_STR: 0x24
LAST_CONTROL_TRANSFER: from fffff880012a8f13 to fffff880012a8cf9
STACK_TEXT:
fffff880`07fff6b0 fffff880`012a8f13 : fffff880`0792abe0 fffff8a0`0ac06010 00000000`00000002 fffffa80`07a8da01 : Ntfs!NtfsCheckExistingFile+0xf9
fffff880`07fff740 fffff880`012a4d9f : fffff880`0792abe0 00000000`000007ff 00000000`00000000 00000000`00000024 : Ntfs!NtfsOpenExistingAttr+0x73
fffff880`07fff800 fffff880`012a809f : fffffa80`09c28010 fffffa80`09ebd9c0 fffff8a0`0ac06450 fffff880`00000024 : Ntfs!NtfsOpenAttributeInExistingFile+0x50f
fffff880`07fff990 fffff880`012b8166 : fffffa80`09c28010 fffffa80`09ebd9c0 fffff8a0`0ac06450 00000000`00000701 : Ntfs!NtfsOpenExistingPrefixFcb+0x1ef
fffff880`07fffa80 fffff880`012b5911 : fffffa80`09c28010 fffffa80`09ebd9c0 fffff880`07fffc50 fffff880`07fffca0 : Ntfs!NtfsFindStartingNode+0x5e6
fffff880`07fffb50 fffff880`0121ea3d : fffffa80`09c28010 fffffa80`09ebd9c0 fffff880`0792abe0 fffffa80`085aa000 : Ntfs!NtfsCommonCreate+0x3e1
fffff880`07fffd30 fffff800`02884157 : fffff880`0792ab50 000007fe`ef7d27c0 000007fe`ef7d27c0 00000000`01d8fc70 : Ntfs!NtfsCommonCreateCallout+0x1d
fffff880`07fffd60 fffff800`02884111 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KySwitchKernelStackCallout+0x27
fffff880`0792aa20 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSwitchKernelStackContinue
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: Ntfs!NtfsCheckExistingFile+f9
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: Ntfs
IMAGE_NAME: Ntfs.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 4ce792f9
STACK_COMMAND: .cxr 0xfffff88007ffecd0 ; kb
FAILURE_BUCKET_ID: X64_0x24_Ntfs!NtfsCheckExistingFile+f9
BUCKET_ID: X64_0x24_Ntfs!NtfsCheckExistingFile+f9
Followup: MachineOwner
--------- Quote:
STOP 0x00000024: NTFS_FILE_SYSTEM
Usual causes: Disk corruption, insufficient physical memory, Device
driver, Indexing, Resident antivirus, backup, defrag programs, Disk/Drive failing/failure
Upload a screenshot of your hard disk using crystal disk info:
Make a hard drive test from the hard drive manufacturers website
Run Disk Check on your hard disk for file system errors and bad sectors on it:
Hard drive test both short and long with:
Later you may take the DOS pass too: