Windbgを使用してdmpを分析すると、次の呼び出しスタックが表示されます。
00 ntdll!NtWaitForMultipleObjects
01 KERNELBASE!WaitForMultipleObjectsEx
02 kernel32!WerpReportFaultInternal
03 kernel32!WerpReportFault
04 KERNELBASE!UnhandledExceptionFilter
05 ntdll!RtlUserThreadStart$filt$0
06 ntdll!_C_specific_handler
07 ntdll!RtlpExecuteHandlerForException
08 ntdll!RtlDispatchException
09 ntdll!KiUserExceptionDispatch
0a msvcrt!memcpy
0b tquery!CRcovStrmTrans::Read
0c tquery!CRcovStrmIter::GetRec
0d tquery!CSdidLookupTable::LookupSDIDOrAdd
0e tquery!CSecurityStoreWrapper::LookupSDID
0f mssrch!CPluginCollectionSink::PushProperties
10 mssrch!CRobotThread::Thread
11 kernel32!BaseThreadInitThunk
12 ntdll!RtlUserThreadStart
でクラッシュが発生します msvcrt!memcpy
:
INVALID_POINTER_READ_c0000005_msvcrt.dll!memcpy
この電話の前に、セキュリティIDのロックアップが表示されます。
最後のファイルインデクサーアクセスは file:E:/[9a6f27d7-402a-4796-a80f-8e846f4eb36b]/Shared Files/Library/Pictures of Product/72- Series Photos/72-3170023.jpg
。
そのため、ファイルフォルダのセキュリティ設定を調べて、SYSTEMが読み取りアクセスであることを確認してください。そのフォルダを検索インデクサから除外するようにしてください。