Win10蓝屏日志分析


Loading Dump File [C:\Windows\MEMORY.DMP]
Kernel Bitmap Dump File: Kernel address space is available, User address space may not be available.

Symbol search path is: srv*
Executable search path is: 
Windows 10 Kernel Version 19041 MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Edition build lab: 19041.1.amd64fre.vb_release.191206-1406
Machine Name:
Kernel base = 0xfffff803`6a400000 PsLoadedModuleList = 0xfffff803`6b02a230
Debug session time: Tue May  3 09:37:12.039 2022 (UTC + 8:00)
System Uptime: 0 days 21:37:43.210
Loading Kernel Symbols
...............................................................
..............Page 1454ab not present in the dump file. Type ".hh dbgerr004" for details
..................................................
................................Page 15c741 not present in the dump file. Type ".hh dbgerr004" for details
................................
..................................................
Loading User Symbols
PEB is paged out (Peb.Ldr = 00000038`c3e5c018).  Type ".hh dbgerr001" for details
Loading unloaded module list
..............................
For analysis of this file, run !analyze -v
0: kd> !analyze -v
No export analyze found



0: kd> !process
PROCESS ffffda8826f99080
    SessionId: 1  Cid: 0a6c    Peb: 38c3e5c000  ParentCid: 2c6c
    DirBase: 0bc6d002  ObjectTable: ffffc60c21a02880  HandleCount: 1559.
    Image: msedge.exe
    VadRoot ffffda88227c56f0 Vads 373 Clone 0 Private 11516. Modified 7378. Locked 41.
    DeviceMap ffffc60c129ad2f0
    Token                             ffffc60c136c4060
    ElapsedTime                       00:02:46.292
    UserTime                          00:00:00.234
    KernelTime                        00:00:00.265
    QuotaPoolUsage[PagedPool]         1231504
    QuotaPoolUsage[NonPagedPool]      62928
    Working Set Sizes (now,min,max)  (38179, 50, 345) (152716KB, 200KB, 1380KB)
    PeakWorkingSetSize                39112
    VirtualSize                       2167867 Mb
    PeakVirtualSize                   2167879 Mb
    PageFaultCount                    65232
    MemoryPriority                    FOREGROUND
    BasePriority                      8
    CommitCharge                      13051

可以看出是什么原因吗,我该如何进一步分析