Win11 24H2 频繁绿屏 KERNEL_MODE_HEAP_CORRUPTION

匿名
2024-06-20T15:53:55+00:00

如题,绿屏时间随机且与操作无关。

版本 Windows 11 企业版

版本号 24H2

安装日期 ‎2024-‎05-‎25

操作系统版本 26100.863

体验 Windows Feature Experience Pack 1000.26100.6.0

dmp文件:https://f.ws59.cn/f/eekutqqt296

***moved from Windows 预览体验计划 / Windows Insider Preview / 性能和维护***

Windows 商业版 | 面向 IT 专业人士的 Windows 客户端 | 性能 | 系统性能

锁定的问题。 此问题已从 Microsoft 支持社区迁移。 你可投票决定它是否有用,但不能添加评论或回复,也不能关注问题。 为了保护隐私,对于已迁移的问题,用户个人资料是匿名的。

0 个注释 无注释
{count} 票

11 个答案

排序依据: 非常有帮助
  1. 匿名
    2024-06-21T16:09:52+00:00

    您好,

    感谢您在 Microsoft 社区论坛发帖。

    很抱歉,社区没有权限通过三方程序下载dump文件。您可以尝试自行分析,并将 !analyze -v 分析结果发至这里:

    Analyze a Kernel-Mode Dump File by Using WinDbg - Windows drivers | Microsoft Learn

    关于 KERNEL_MODE_HEAP_CORRUPTION 检查的值为 0x0000013A,此错误检查表示内核模式堆管理器已检测到堆中的损坏。具体可以参照下面的文档:

    Bug 检查 0x13A KERNEL_MODE_HEAP_CORRUPTION - Windows drivers | Microsoft Learn

    谨致问候,

    Wesley Li

    0 个注释 无注释
  2. 匿名
    2024-06-21T16:36:51+00:00

    Microsoft (R) Windows Debugger Version 10.0.27553.1004 AMD64 Copyright (c) Microsoft Corporation. All rights reserved.

    Loading Dump File [C:\Windows\Minidump\061324-20906-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    
    ************* Path validation summary **************
    Response                         Time (ms)     Location
    Deferred                                       srv*
    Symbol search path is: srv*
    Executable search path is: 
    Windows 10 Kernel Version 26100 MP (8 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Kernel base = 0xfffff806`c9800000 PsLoadedModuleList = 0xfffff806`ca6f4460
    Debug session time: Thu Jun 13 19:26:55.554 2024 (UTC + 8:00)
    System Uptime: 0 days 6:39:19.683
    Loading Kernel Symbols
    ..
    
    Press ctrl-c (cdb, kd, ntsd) or ctrl-break (windbg) to abort symbol loads that take too long.
    Run !sym noisy before .reload to track down problems loading symbols.
    
    .............................................................
    ................................................................
    ................................................................
    ................................................................
    ............
    Loading User Symbols
    
    Loading unloaded module list
    ................
    For analysis of this file, run !analyze -v
    nt!KeBugCheckEx:
    fffff806`c9cb9c90 48894c2408      mov     qword ptr [rsp+8],rcx ss:0018:fffffc07`d0f77350=000000000000013a
    7: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    KERNEL_MODE_HEAP_CORRUPTION (13a)
    The kernel mode heap manager has detected corruption in a heap.
    Arguments:
    Arg1: 0000000000000011, Type of corruption detected
    Arg2: ffffe58a37100140, Address of the heap that reported the corruption
    Arg3: ffffe58a769d62f0, Address at which the corruption was detected
    Arg4: 0000000000000000
    
    Debugging Details:
    ------------------
    
    fffff806ca7c34b0: Unable to get MiVisibleState
    Unable to get NonPagedPoolStart
    Unable to get NonPagedPoolEnd
    Unable to get PagedPoolStart
    Unable to get PagedPoolEnd
    HeapDbgInitExtension Failed
    Unable to get NonPagedPoolStart
    Unable to get NonPagedPoolEnd
    Unable to get PagedPoolStart
    Unable to get PagedPoolEnd
    
    KEY_VALUES_STRING: 1
    
        Key  : Analysis.CPU.mSec
        Value: 4327
    
        Key  : Analysis.Elapsed.mSec
        Value: 5407
    
        Key  : Analysis.IO.Other.Mb
        Value: 0
    
        Key  : Analysis.IO.Read.Mb
        Value: 0
    
        Key  : Analysis.IO.Write.Mb
        Value: 0
    
        Key  : Analysis.Init.CPU.mSec
        Value: 468
    
        Key  : Analysis.Init.Elapsed.mSec
        Value: 7904
    
        Key  : Analysis.Memory.CommitPeak.Mb
        Value: 88
    
        Key  : Bugcheck.Code.LegacyAPI
        Value: 0x13a
    
        Key  : Bugcheck.Code.TargetModel
        Value: 0x13a
    
        Key  : Dump.Attributes.AsUlong
        Value: 2180c
    
        Key  : Dump.Attributes.DiagDataWrittenToHeader
        Value: 1
    
        Key  : Dump.Attributes.ErrorCode
        Value: 0
    
        Key  : Dump.Attributes.InsufficientDumpfileSize
        Value: 1
    
        Key  : Dump.Attributes.KernelGeneratedTriageDump
        Value: 1
    
        Key  : Dump.Attributes.LastLine
        Value: Dump completed successfully.
    
        Key  : Dump.Attributes.ProgressPercentage
        Value: 0
    
        Key  : Dump.Attributes.RequiredDumpfileSize
        Value: 0xe3f834a9
    
        Key  : Failure.Bucket
        Value: 0x13a_11_WtdN_nt!RtlpHeapHandleError
    
        Key  : Failure.Hash
        Value: {ff01edf4-dc49-60f9-7c00-719ac45bcd02}
    
        Key  : Hypervisor.Enlightenments.ValueHex
        Value: 7417df84
    
        Key  : Hypervisor.Flags.AnyHypervisorPresent
        Value: 1
    
        Key  : Hypervisor.Flags.ApicEnlightened
        Value: 0
    
        Key  : Hypervisor.Flags.ApicVirtualizationAvailable
        Value: 1
    
        Key  : Hypervisor.Flags.AsyncMemoryHint
        Value: 0
    
        Key  : Hypervisor.Flags.CoreSchedulerRequested
        Value: 0
    
        Key  : Hypervisor.Flags.CpuManager
        Value: 1
    
        Key  : Hypervisor.Flags.DeprecateAutoEoi
        Value: 1
    
        Key  : Hypervisor.Flags.DynamicCpuDisabled
        Value: 1
    
        Key  : Hypervisor.Flags.Epf
        Value: 0
    
        Key  : Hypervisor.Flags.ExtendedProcessorMasks
        Value: 1
    
        Key  : Hypervisor.Flags.HardwareMbecAvailable
        Value: 1
    
        Key  : Hypervisor.Flags.MaxBankNumber
        Value: 0
    
        Key  : Hypervisor.Flags.MemoryZeroingControl
        Value: 0
    
        Key  : Hypervisor.Flags.NoExtendedRangeFlush
        Value: 0
    
        Key  : Hypervisor.Flags.NoNonArchCoreSharing
        Value: 1
    
        Key  : Hypervisor.Flags.Phase0InitDone
        Value: 1
    
        Key  : Hypervisor.Flags.PowerSchedulerQos
        Value: 0
    
        Key  : Hypervisor.Flags.RootScheduler
        Value: 0
    
        Key  : Hypervisor.Flags.SynicAvailable
        Value: 1
    
        Key  : Hypervisor.Flags.UseQpcBias
        Value: 0
    
        Key  : Hypervisor.Flags.Value
        Value: 55185662
    
        Key  : Hypervisor.Flags.ValueHex
        Value: 34a10fe
    
        Key  : Hypervisor.Flags.VpAssistPage
        Value: 1
    
        Key  : Hypervisor.Flags.VsmAvailable
        Value: 1
    
        Key  : Hypervisor.RootFlags.AccessStats
        Value: 1
    
        Key  : Hypervisor.RootFlags.CrashdumpEnlightened
        Value: 1
    
        Key  : Hypervisor.RootFlags.CreateVirtualProcessor
        Value: 1
    
        Key  : Hypervisor.RootFlags.DisableHyperthreading
        Value: 0
    
        Key  : Hypervisor.RootFlags.HostTimelineSync
        Value: 1
    
        Key  : Hypervisor.RootFlags.HypervisorDebuggingEnabled
        Value: 0
    
        Key  : Hypervisor.RootFlags.IsHyperV
        Value: 1
    
        Key  : Hypervisor.RootFlags.LivedumpEnlightened
        Value: 1
    
        Key  : Hypervisor.RootFlags.MapDeviceInterrupt
        Value: 1
    
        Key  : Hypervisor.RootFlags.MceEnlightened
        Value: 1
    
        Key  : Hypervisor.RootFlags.Nested
        Value: 0
    
        Key  : Hypervisor.RootFlags.StartLogicalProcessor
        Value: 1
    
        Key  : Hypervisor.RootFlags.Value
        Value: 1015
    
        Key  : Hypervisor.RootFlags.ValueHex
        Value: 3f7
    
    BUGCHECK_CODE:  13a
    
    BUGCHECK_P1: 11
    
    BUGCHECK_P2: ffffe58a37100140
    
    BUGCHECK_P3: ffffe58a769d62f0
    
    BUGCHECK_P4: 0
    
    FILE_IN_CAB:  061324-20906-01.dmp
    
    TAG_NOT_DEFINED_202b:  *** Unknown TAG in analysis list 202b
    
    DUMP_FILE_ATTRIBUTES: 0x2180c
      Insufficient Dumpfile Size
      Kernel Generated Triage Dump
    
    POOL_ADDRESS: Unable to get NonPagedPoolStart
    Unable to get NonPagedPoolEnd
    Unable to get PagedPoolStart
    Unable to get PagedPoolEnd
    unable to get nt!MmSpecialPagesInUse
     ffffe58a769d62f0 
    
    FREED_POOL_TAG:  WtdN
    
    BLACKBOXBSD: 1 (!blackboxbsd)
    
    BLACKBOXNTFS: 1 (!blackboxntfs)
    
    BLACKBOXPNP: 1 (!blackboxpnp)
    
    BLACKBOXWINLOGON: 1
    
    CUSTOMER_CRASH_COUNT:  1
    
    PROCESS_NAME:  System
    
    STACK_TEXT:  
    fffffc07`d0f77348 fffff806`c9dacc3c     : 00000000`0000013a 00000000`00000011 ffffe58a`37100140 ffffe58a`769d62f0 : nt!KeBugCheckEx
    fffffc07`d0f77350 fffff806`c9dacc9c     : 00000000`00000011 00000000`000002da ffffe58a`37100140 ffffe58a`5daee080 : nt!RtlpHeapHandleError+0x40
    fffffc07`d0f77390 fffff806`c9b205c1     : ffffe58a`769c5000 ffffe58a`37100380 00140010`008502ff 00000001`00000048 : nt!RtlpHpHeapHandleError+0x58
    fffffc07`d0f773c0 fffff806`c9c6e785     : ffffe58a`5c2d70c0 fffff806`c9c220a5 00000000`00021200 ffffe58a`522d9640 : nt!RtlpLogHeapFailure+0x45
    fffffc07`d0f773f0 fffff806`c9b92b78     : ffffe58a`769c5000 00000000`000002da ffffe58a`37100380 00000000`00000000 : nt!RtlpHpLfhReportError+0x21
    fffffc07`d0f77430 fffff806`c9b92720     : ffffe58a`769c5000 00000000`00000060 00000000`000c02df 000ffffe`58a769c5 : nt!RtlpHpLfhSubsegmentDelayFreeListProcess+0x27c
    fffffc07`d0f774b0 fffff806`c9c340d2     : 00000000`00000007 00000000`000c02df ffffe58a`37100380 ffffe58a`371029c0 : nt!RtlpHpLfhOwnerRunMaintenance+0x174
    fffffc07`d0f77510 fffff806`c9c341af     : 00000000`00000000 ffffe58a`371024c0 ffffe58a`371024c0 fffffc07`d0f776c4 : nt!RtlpHpLfhOwnerCompact+0xc2
    fffffc07`d0f77690 fffff806`c9c33e7f     : 00000000`00000000 fffff806`c9c34236 00010000`00000000 00000000`00000000 : nt!RtlpHpLfhOwnerCompact+0x19f
    fffffc07`d0f77810 fffff806`c9c33db5     : ffffe58a`37100000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!RtlpHpLfhContextCompact+0xa3
    fffffc07`d0f77850 fffff806`c9c33d53     : 00000000`00000000 ffffe58a`51a28910 00000000`00000001 ffffe58a`78cdd080 : nt!RtlpHpHeapCompact+0x21
    fffffc07`d0f77880 fffff806`c9c767e5     : 00000000`00000001 00000000`00000001 00000000`00000000 fffff806`c9b43928 : nt!ExpHpCompactHeapCallback+0x23
    fffffc07`d0f778b0 fffff806`c9c76745     : 00000000`00000001 fffffc07`d0f77a40 ffffe58a`3750bb20 ffffe58a`3750bb20 : nt!ExpHpEnumerateHeaps+0x71
    fffffc07`d0f77910 fffff806`c9b43282     : ffffe58a`78cdd040 ffffe58a`3e8ff800 00000000`00000000 ffffe58a`00000000 : nt!ExpHpCompactionRoutine+0x15
    fffffc07`d0f77940 fffff806`c9c5a79a     : ffffe58a`78cdd040 ffffe58a`78cdd040 fffff806`c9b430d0 ffffe58a`3750bb20 : nt!ExpWorkerThread+0x1b2
    fffffc07`d0f77af0 fffff806`c9e72aa4     : ffffc480`5170c180 ffffe58a`78cdd040 fffff806`c9c5a740 c5c8a592`32ca4a1d : nt!PspSystemThreadStartup+0x5a
    fffffc07`d0f77b40 00000000`00000000     : fffffc07`d0f78000 fffffc07`d0f71000 00000000`00000000 00000000`00000000 : nt!KiStartSystemThread+0x34
    
    SYMBOL_NAME:  nt!RtlpHeapHandleError+40
    
    MODULE_NAME: nt
    
    IMAGE_NAME:  ntkrnlmp.exe
    
    IMAGE_VERSION:  10.0.26100.712
    
    STACK_COMMAND:  .cxr; .ecxr ; kb
    
    BUCKET_ID_FUNC_OFFSET:  40
    
    FAILURE_BUCKET_ID:  0x13a_11_WtdN_nt!RtlpHeapHandleError
    
    OSPLATFORM_TYPE:  x64
    
    OSNAME:  Windows 10
    
    FAILURE_ID_HASH:  {ff01edf4-dc49-60f9-7c00-719ac45bcd02}
    
    Followup:     MachineOwner
    ---------
    
    0 个注释 无注释
  3. 匿名
    2024-06-21T16:38:33+00:00

    Microsoft (R) Windows Debugger Version 10.0.27553.1004 AMD64 Copyright (c) Microsoft Corporation. All rights reserved.

    Loading Dump File [C:\Windows\Minidump\061424-20734-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    
    ************* Path validation summary **************
    Response                         Time (ms)     Location
    Deferred                                       srv*
    Symbol search path is: srv*
    Executable search path is: 
    Windows 10 Kernel Version 26100 MP (8 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Kernel base = 0xfffff801`7e000000 PsLoadedModuleList = 0xfffff801`7eef4460
    Debug session time: Fri Jun 14 08:57:56.425 2024 (UTC + 8:00)
    System Uptime: 0 days 13:15:24.384
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ................................................................
    ................................................................
    ...........
    Loading User Symbols
    
    Loading unloaded module list
    .............
    For analysis of this file, run !analyze -v
    nt!KeBugCheckEx:
    fffff801`7e4b9c90 48894c2408      mov     qword ptr [rsp+8],rcx ss:ffffb086`7451f350=000000000000013a
    6: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    KERNEL_MODE_HEAP_CORRUPTION (13a)
    The kernel mode heap manager has detected corruption in a heap.
    Arguments:
    Arg1: 0000000000000011, Type of corruption detected
    Arg2: ffff9f072b100140, Address of the heap that reported the corruption
    Arg3: ffff9f07659d98f0, Address at which the corruption was detected
    Arg4: 0000000000000000
    
    Debugging Details:
    ------------------
    
    fffff8017efc34b0: Unable to get MiVisibleState
    Unable to get NonPagedPoolStart
    Unable to get NonPagedPoolEnd
    Unable to get PagedPoolStart
    Unable to get PagedPoolEnd
    HeapDbgInitExtension Failed
    Unable to get NonPagedPoolStart
    Unable to get NonPagedPoolEnd
    Unable to get PagedPoolStart
    Unable to get PagedPoolEnd
    
    KEY_VALUES_STRING: 1
    
        Key  : Analysis.CPU.mSec
        Value: 4499
    
        Key  : Analysis.Elapsed.mSec
        Value: 4544
    
        Key  : Analysis.IO.Other.Mb
        Value: 0
    
        Key  : Analysis.IO.Read.Mb
        Value: 0
    
        Key  : Analysis.IO.Write.Mb
        Value: 0
    
        Key  : Analysis.Init.CPU.mSec
        Value: 437
    
        Key  : Analysis.Init.Elapsed.mSec
        Value: 42555
    
        Key  : Analysis.Memory.CommitPeak.Mb
        Value: 89
    
        Key  : Bugcheck.Code.LegacyAPI
        Value: 0x13a
    
        Key  : Bugcheck.Code.TargetModel
        Value: 0x13a
    
        Key  : Dump.Attributes.AsUlong
        Value: 2180c
    
        Key  : Dump.Attributes.DiagDataWrittenToHeader
        Value: 1
    
        Key  : Dump.Attributes.ErrorCode
        Value: 0
    
        Key  : Dump.Attributes.InsufficientDumpfileSize
        Value: 1
    
        Key  : Dump.Attributes.KernelGeneratedTriageDump
        Value: 1
    
        Key  : Dump.Attributes.LastLine
        Value: Dump completed successfully.
    
        Key  : Dump.Attributes.ProgressPercentage
        Value: 0
    
        Key  : Dump.Attributes.RequiredDumpfileSize
        Value: 0xebccc983
    
        Key  : Failure.Bucket
        Value: 0x13a_11_WtdN_nt!RtlpHeapHandleError
    
        Key  : Failure.Hash
        Value: {ff01edf4-dc49-60f9-7c00-719ac45bcd02}
    
        Key  : Hypervisor.Enlightenments.ValueHex
        Value: 7417df84
    
        Key  : Hypervisor.Flags.AnyHypervisorPresent
        Value: 1
    
        Key  : Hypervisor.Flags.ApicEnlightened
        Value: 0
    
        Key  : Hypervisor.Flags.ApicVirtualizationAvailable
        Value: 1
    
        Key  : Hypervisor.Flags.AsyncMemoryHint
        Value: 0
    
        Key  : Hypervisor.Flags.CoreSchedulerRequested
        Value: 0
    
        Key  : Hypervisor.Flags.CpuManager
        Value: 1
    
        Key  : Hypervisor.Flags.DeprecateAutoEoi
        Value: 1
    
        Key  : Hypervisor.Flags.DynamicCpuDisabled
        Value: 1
    
        Key  : Hypervisor.Flags.Epf
        Value: 0
    
        Key  : Hypervisor.Flags.ExtendedProcessorMasks
        Value: 1
    
        Key  : Hypervisor.Flags.HardwareMbecAvailable
        Value: 1
    
        Key  : Hypervisor.Flags.MaxBankNumber
        Value: 0
    
        Key  : Hypervisor.Flags.MemoryZeroingControl
        Value: 0
    
        Key  : Hypervisor.Flags.NoExtendedRangeFlush
        Value: 0
    
        Key  : Hypervisor.Flags.NoNonArchCoreSharing
        Value: 1
    
        Key  : Hypervisor.Flags.Phase0InitDone
        Value: 1
    
        Key  : Hypervisor.Flags.PowerSchedulerQos
        Value: 0
    
        Key  : Hypervisor.Flags.RootScheduler
        Value: 0
    
        Key  : Hypervisor.Flags.SynicAvailable
        Value: 1
    
        Key  : Hypervisor.Flags.UseQpcBias
        Value: 0
    
        Key  : Hypervisor.Flags.Value
        Value: 55185662
    
        Key  : Hypervisor.Flags.ValueHex
        Value: 34a10fe
    
        Key  : Hypervisor.Flags.VpAssistPage
        Value: 1
    
        Key  : Hypervisor.Flags.VsmAvailable
        Value: 1
    
        Key  : Hypervisor.RootFlags.AccessStats
        Value: 1
    
        Key  : Hypervisor.RootFlags.CrashdumpEnlightened
        Value: 1
    
        Key  : Hypervisor.RootFlags.CreateVirtualProcessor
        Value: 1
    
        Key  : Hypervisor.RootFlags.DisableHyperthreading
        Value: 0
    
        Key  : Hypervisor.RootFlags.HostTimelineSync
        Value: 1
    
        Key  : Hypervisor.RootFlags.HypervisorDebuggingEnabled
        Value: 0
    
        Key  : Hypervisor.RootFlags.IsHyperV
        Value: 1
    
        Key  : Hypervisor.RootFlags.LivedumpEnlightened
        Value: 1
    
        Key  : Hypervisor.RootFlags.MapDeviceInterrupt
        Value: 1
    
        Key  : Hypervisor.RootFlags.MceEnlightened
        Value: 1
    
        Key  : Hypervisor.RootFlags.Nested
        Value: 0
    
        Key  : Hypervisor.RootFlags.StartLogicalProcessor
        Value: 1
    
        Key  : Hypervisor.RootFlags.Value
        Value: 1015
    
        Key  : Hypervisor.RootFlags.ValueHex
        Value: 3f7
    
    BUGCHECK_CODE:  13a
    
    BUGCHECK_P1: 11
    
    BUGCHECK_P2: ffff9f072b100140
    
    BUGCHECK_P3: ffff9f07659d98f0
    
    BUGCHECK_P4: 0
    
    FILE_IN_CAB:  061424-20734-01.dmp
    
    TAG_NOT_DEFINED_202b:  *** Unknown TAG in analysis list 202b
    
    DUMP_FILE_ATTRIBUTES: 0x2180c
      Insufficient Dumpfile Size
      Kernel Generated Triage Dump
    
    POOL_ADDRESS: Unable to get NonPagedPoolStart
    Unable to get NonPagedPoolEnd
    Unable to get PagedPoolStart
    Unable to get PagedPoolEnd
    unable to get nt!MmSpecialPagesInUse
     ffff9f07659d98f0 
    
    FREED_POOL_TAG:  WtdN
    
    BLACKBOXBSD: 1 (!blackboxbsd)
    
    BLACKBOXNTFS: 1 (!blackboxntfs)
    
    BLACKBOXPNP: 1 (!blackboxpnp)
    
    BLACKBOXWINLOGON: 1
    
    CUSTOMER_CRASH_COUNT:  1
    
    PROCESS_NAME:  System
    
    STACK_TEXT:  
    ffffb086`7451f348 fffff801`7e5acc3c     : 00000000`0000013a 00000000`00000011 ffff9f07`2b100140 ffff9f07`659d98f0 : nt!KeBugCheckEx
    ffffb086`7451f350 fffff801`7e5acc9c     : 00000000`00000011 00000000`0000036a ffff9f07`2b100140 ffff9f07`2b5be280 : nt!RtlpHeapHandleError+0x40
    ffffb086`7451f390 fffff801`7e3205c1     : ffff9f07`659c5000 ffff9f07`2b100380 00140010`008502ff 00000001`00000048 : nt!RtlpHpHeapHandleError+0x58
    ffffb086`7451f3c0 fffff801`7e46e785     : ffff9f07`5d7e9080 fffff801`7e4220a5 00000000`00013e58 ffff9f07`44b8c080 : nt!RtlpLogHeapFailure+0x45
    ffffb086`7451f3f0 fffff801`7e392b78     : ffff9f07`659c5000 00000000`0000036a ffff9f07`2b100380 ffffcc01`aa8d0180 : nt!RtlpHpLfhReportError+0x21
    ffffb086`7451f430 fffff801`7e392720     : ffff9f07`659c5000 00000000`00000060 00000000`000a0377 000ffff9`f07659c5 : nt!RtlpHpLfhSubsegmentDelayFreeListProcess+0x27c
    ffffb086`7451f4b0 fffff801`7e4340d2     : 00000000`00000003 00000000`000a0377 ffff9f07`2b100380 ffff9f07`2b1029c0 : nt!RtlpHpLfhOwnerRunMaintenance+0x174
    ffffb086`7451f510 fffff801`7e4341af     : 00000000`00000001 ffff9f07`2b1024c0 ffff9f07`2b1024c0 ffffb086`7451f6c8 : nt!RtlpHpLfhOwnerCompact+0xc2
    ffffb086`7451f690 fffff801`7e433e7f     : 00000000`00000000 fffff801`7e434236 00010000`00000000 00000000`00000001 : nt!RtlpHpLfhOwnerCompact+0x19f
    ffffb086`7451f810 fffff801`7e433db5     : ffff9f07`2b100000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!RtlpHpLfhContextCompact+0xa3
    ffffb086`7451f850 fffff801`7e433d53     : 00000000`00000001 00000000`00000000 00000000`00000001 ffff9f07`67fc50c0 : nt!RtlpHpHeapCompact+0x21
    ffffb086`7451f880 fffff801`7e4767e5     : 00000000`00000001 00000000`00000001 00000000`00000000 fffff801`7e343928 : nt!ExpHpCompactHeapCallback+0x23
    ffffb086`7451f8b0 fffff801`7e476745     : 00000000`00000001 ffffb086`7451fa40 ffff9f07`2b51e570 ffff9f07`2b51e570 : nt!ExpHpEnumerateHeaps+0x71
    ffffb086`7451f910 fffff801`7e343282     : ffff9f07`67fc5080 ffffb086`7451fa00 ffffb086`00000000 ffff9f07`00000000 : nt!ExpHpCompactionRoutine+0x15
    ffffb086`7451f940 fffff801`7e45a79a     : ffff9f07`67fc5080 ffff9f07`67fc5080 fffff801`7e3430d0 ffff9f07`2b51e570 : nt!ExpWorkerThread+0x1b2
    ffffb086`7451faf0 fffff801`7e672aa4     : ffffcc01`aa7dd180 ffff9f07`67fc5080 fffff801`7e45a740 00000000`00000000 : nt!PspSystemThreadStartup+0x5a
    ffffb086`7451fb40 00000000`00000000     : ffffb086`74520000 ffffb086`74519000 00000000`00000000 00000000`00000000 : nt!KiStartSystemThread+0x34
    
    SYMBOL_NAME:  nt!RtlpHeapHandleError+40
    
    MODULE_NAME: nt
    
    IMAGE_NAME:  ntkrnlmp.exe
    
    IMAGE_VERSION:  10.0.26100.712
    
    STACK_COMMAND:  .cxr; .ecxr ; kb
    
    BUCKET_ID_FUNC_OFFSET:  40
    
    FAILURE_BUCKET_ID:  0x13a_11_WtdN_nt!RtlpHeapHandleError
    
    OSPLATFORM_TYPE:  x64
    
    OSNAME:  Windows 10
    
    FAILURE_ID_HASH:  {ff01edf4-dc49-60f9-7c00-719ac45bcd02}
    
    Followup:     MachineOwner
    ---------
    
    0 个注释 无注释
  4. 匿名
    2024-06-21T16:39:46+00:00

    Microsoft (R) Windows Debugger Version 10.0.27553.1004 AMD64 Copyright (c) Microsoft Corporation. All rights reserved.

    Loading Dump File [C:\Windows\Minidump\061624-16531-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    
    ************* Path validation summary **************
    Response                         Time (ms)     Location
    Deferred                                       srv*
    Symbol search path is: srv*
    Executable search path is: 
    Windows 10 Kernel Version 26100 MP (8 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Kernel base = 0xfffff804`c6800000 PsLoadedModuleList = 0xfffff804`c76f4460
    Debug session time: Sun Jun 16 00:20:24.006 2024 (UTC + 8:00)
    System Uptime: 1 days 7:38:54.163
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ................................................................
    ................................................................
    ..............
    Loading User Symbols
    
    Loading unloaded module list
    ..........................
    For analysis of this file, run !analyze -v
    nt!KeBugCheckEx:
    fffff804`c6cb9c90 48894c2408      mov     qword ptr [rsp+8],rcx ss:0018:ffffb081`996d7350=000000000000013a
    5: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    KERNEL_MODE_HEAP_CORRUPTION (13a)
    The kernel mode heap manager has detected corruption in a heap.
    Arguments:
    Arg1: 0000000000000011, Type of corruption detected
    Arg2: ffffd7095b100140, Address of the heap that reported the corruption
    Arg3: ffffd70995ae3eb0, Address at which the corruption was detected
    Arg4: 0000000000000000
    
    Debugging Details:
    ------------------
    
    fffff804c77c34b0: Unable to get MiVisibleState
    Unable to get NonPagedPoolStart
    Unable to get NonPagedPoolEnd
    Unable to get PagedPoolStart
    Unable to get PagedPoolEnd
    HeapDbgInitExtension Failed
    Unable to get NonPagedPoolStart
    Unable to get NonPagedPoolEnd
    Unable to get PagedPoolStart
    Unable to get PagedPoolEnd
    
    KEY_VALUES_STRING: 1
    
        Key  : Analysis.CPU.mSec
        Value: 4828
    
        Key  : Analysis.Elapsed.mSec
        Value: 4888
    
        Key  : Analysis.IO.Other.Mb
        Value: 0
    
        Key  : Analysis.IO.Read.Mb
        Value: 0
    
        Key  : Analysis.IO.Write.Mb
        Value: 0
    
        Key  : Analysis.Init.CPU.mSec
        Value: 452
    
        Key  : Analysis.Init.Elapsed.mSec
        Value: 7188
    
        Key  : Analysis.Memory.CommitPeak.Mb
        Value: 89
    
        Key  : Bugcheck.Code.LegacyAPI
        Value: 0x13a
    
        Key  : Bugcheck.Code.TargetModel
        Value: 0x13a
    
        Key  : Dump.Attributes.AsUlong
        Value: 2180c
    
        Key  : Dump.Attributes.DiagDataWrittenToHeader
        Value: 1
    
        Key  : Dump.Attributes.ErrorCode
        Value: 0
    
        Key  : Dump.Attributes.InsufficientDumpfileSize
        Value: 1
    
        Key  : Dump.Attributes.KernelGeneratedTriageDump
        Value: 1
    
        Key  : Dump.Attributes.LastLine
        Value: Dump completed successfully.
    
        Key  : Dump.Attributes.ProgressPercentage
        Value: 0
    
        Key  : Dump.Attributes.RequiredDumpfileSize
        Value: 0x13abfa745
    
        Key  : Failure.Bucket
        Value: 0x13a_11_WtdN_nt!RtlpHeapHandleError
    
        Key  : Failure.Hash
        Value: {ff01edf4-dc49-60f9-7c00-719ac45bcd02}
    
        Key  : Hypervisor.Enlightenments.ValueHex
        Value: 7417df84
    
        Key  : Hypervisor.Flags.AnyHypervisorPresent
        Value: 1
    
        Key  : Hypervisor.Flags.ApicEnlightened
        Value: 0
    
        Key  : Hypervisor.Flags.ApicVirtualizationAvailable
        Value: 1
    
        Key  : Hypervisor.Flags.AsyncMemoryHint
        Value: 0
    
        Key  : Hypervisor.Flags.CoreSchedulerRequested
        Value: 0
    
        Key  : Hypervisor.Flags.CpuManager
        Value: 1
    
        Key  : Hypervisor.Flags.DeprecateAutoEoi
        Value: 1
    
        Key  : Hypervisor.Flags.DynamicCpuDisabled
        Value: 1
    
        Key  : Hypervisor.Flags.Epf
        Value: 0
    
        Key  : Hypervisor.Flags.ExtendedProcessorMasks
        Value: 1
    
        Key  : Hypervisor.Flags.HardwareMbecAvailable
        Value: 1
    
        Key  : Hypervisor.Flags.MaxBankNumber
        Value: 0
    
        Key  : Hypervisor.Flags.MemoryZeroingControl
        Value: 0
    
        Key  : Hypervisor.Flags.NoExtendedRangeFlush
        Value: 0
    
        Key  : Hypervisor.Flags.NoNonArchCoreSharing
        Value: 1
    
        Key  : Hypervisor.Flags.Phase0InitDone
        Value: 1
    
        Key  : Hypervisor.Flags.PowerSchedulerQos
        Value: 0
    
        Key  : Hypervisor.Flags.RootScheduler
        Value: 0
    
        Key  : Hypervisor.Flags.SynicAvailable
        Value: 1
    
        Key  : Hypervisor.Flags.UseQpcBias
        Value: 0
    
        Key  : Hypervisor.Flags.Value
        Value: 55185662
    
        Key  : Hypervisor.Flags.ValueHex
        Value: 34a10fe
    
        Key  : Hypervisor.Flags.VpAssistPage
        Value: 1
    
        Key  : Hypervisor.Flags.VsmAvailable
        Value: 1
    
        Key  : Hypervisor.RootFlags.AccessStats
        Value: 1
    
        Key  : Hypervisor.RootFlags.CrashdumpEnlightened
        Value: 1
    
        Key  : Hypervisor.RootFlags.CreateVirtualProcessor
        Value: 1
    
        Key  : Hypervisor.RootFlags.DisableHyperthreading
        Value: 0
    
        Key  : Hypervisor.RootFlags.HostTimelineSync
        Value: 1
    
        Key  : Hypervisor.RootFlags.HypervisorDebuggingEnabled
        Value: 0
    
        Key  : Hypervisor.RootFlags.IsHyperV
        Value: 1
    
        Key  : Hypervisor.RootFlags.LivedumpEnlightened
        Value: 1
    
        Key  : Hypervisor.RootFlags.MapDeviceInterrupt
        Value: 1
    
        Key  : Hypervisor.RootFlags.MceEnlightened
        Value: 1
    
        Key  : Hypervisor.RootFlags.Nested
        Value: 0
    
        Key  : Hypervisor.RootFlags.StartLogicalProcessor
        Value: 1
    
        Key  : Hypervisor.RootFlags.Value
        Value: 1015
    
        Key  : Hypervisor.RootFlags.ValueHex
        Value: 3f7
    
    BUGCHECK_CODE:  13a
    
    BUGCHECK_P1: 11
    
    BUGCHECK_P2: ffffd7095b100140
    
    BUGCHECK_P3: ffffd70995ae3eb0
    
    BUGCHECK_P4: 0
    
    FILE_IN_CAB:  061624-16531-01.dmp
    
    DUMP_FILE_ATTRIBUTES: 0x2180c
      Insufficient Dumpfile Size
      Kernel Generated Triage Dump
    
    POOL_ADDRESS: Unable to get NonPagedPoolStart
    Unable to get NonPagedPoolEnd
    Unable to get PagedPoolStart
    Unable to get PagedPoolEnd
    unable to get nt!MmSpecialPagesInUse
     ffffd70995ae3eb0 
    
    FREED_POOL_TAG:  WtdN
    
    BLACKBOXBSD: 1 (!blackboxbsd)
    
    BLACKBOXNTFS: 1 (!blackboxntfs)
    
    BLACKBOXPNP: 1 (!blackboxpnp)
    
    BLACKBOXWINLOGON: 1
    
    CUSTOMER_CRASH_COUNT:  1
    
    PROCESS_NAME:  System
    
    STACK_TEXT:  
    ffffb081`996d7348 fffff804`c6dacc3c     : 00000000`0000013a 00000000`00000011 ffffd709`5b100140 ffffd709`95ae3eb0 : nt!KeBugCheckEx
    ffffb081`996d7350 fffff804`c6dacc9c     : 00000000`00000011 00000000`00000524 ffffd709`5b100140 0000007f`fffffff8 : nt!RtlpHeapHandleError+0x40
    ffffb081`996d7390 fffff804`c6b205c1     : ffffd709`95ac5000 ffffd709`5b100380 ffffb081`996d74e0 00000000`00000002 : nt!RtlpHpHeapHandleError+0x58
    ffffb081`996d73c0 fffff804`c6c6e785     : 00000000`00001000 ffffd709`5b100140 ffffd709`5b100380 00000000`ffffffff : nt!RtlpLogHeapFailure+0x45
    ffffb081`996d73f0 fffff804`c6b92b78     : ffffd709`95ac5000 00000000`00000524 ffffd709`5b100380 00000000`00000000 : nt!RtlpHpLfhReportError+0x21
    ffffb081`996d7430 fffff804`c6b92720     : ffffd709`95ac5000 00000000`00000060 00000000`000d0539 000ffffd`70995ac5 : nt!RtlpHpLfhSubsegmentDelayFreeListProcess+0x27c
    ffffb081`996d74b0 fffff804`c6c340d2     : 00000000`00000007 00000000`000d0539 ffffd709`5b100380 ffffd709`5b1029c0 : nt!RtlpHpLfhOwnerRunMaintenance+0x174
    ffffb081`996d7510 fffff804`c6c341af     : 00000000`00000000 ffffd709`5b1024c0 ffffd709`5b1024c0 ffffb081`996d76cc : nt!RtlpHpLfhOwnerCompact+0xc2
    ffffb081`996d7690 fffff804`c6c33e7f     : 00000000`00000000 fffff804`c6c34236 00010000`00000000 00000000`00000000 : nt!RtlpHpLfhOwnerCompact+0x19f
    ffffb081`996d7810 fffff804`c6c33db5     : ffffd709`5b100000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!RtlpHpLfhContextCompact+0xa3
    ffffb081`996d7850 fffff804`c6c33d53     : 00000000`00000001 00000000`00000000 00000000`00000001 ffffd709`8a131080 : nt!RtlpHpHeapCompact+0x21
    ffffb081`996d7880 fffff804`c6c767e5     : 00000000`00000001 00000000`00000001 00000000`00000000 fffff804`c6b43928 : nt!ExpHpCompactHeapCallback+0x23
    ffffb081`996d78b0 fffff804`c6c76745     : 00000000`00000001 ffffb081`996d7a40 ffffd709`5b78aaa0 ffffd709`5b78aaa0 : nt!ExpHpEnumerateHeaps+0x71
    ffffb081`996d7910 fffff804`c6b43282     : ffffd709`8a131040 ffffd709`62bfea00 ffffb081`996d7a00 ffffd709`00000000 : nt!ExpHpCompactionRoutine+0x15
    ffffb081`996d7940 fffff804`c6c5a79a     : ffffd709`8a131040 ffffd709`8a131040 fffff804`c6b430d0 ffffd709`5b78aaa0 : nt!ExpWorkerThread+0x1b2
    ffffb081`996d7af0 fffff804`c6e72aa4     : fffff804`54e7e180 ffffd709`8a131040 fffff804`c6c5a740 000044ec`01d04fd0 : nt!PspSystemThreadStartup+0x5a
    ffffb081`996d7b40 00000000`00000000     : ffffb081`996d8000 ffffb081`996d1000 00000000`00000000 00000000`00000000 : nt!KiStartSystemThread+0x34
    
    SYMBOL_NAME:  nt!RtlpHeapHandleError+40
    
    MODULE_NAME: nt
    
    IMAGE_NAME:  ntkrnlmp.exe
    
    IMAGE_VERSION:  10.0.26100.712
    
    STACK_COMMAND:  .cxr; .ecxr ; kb
    
    BUCKET_ID_FUNC_OFFSET:  40
    
    FAILURE_BUCKET_ID:  0x13a_11_WtdN_nt!RtlpHeapHandleError
    
    OSPLATFORM_TYPE:  x64
    
    OSNAME:  Windows 10
    
    FAILURE_ID_HASH:  {ff01edf4-dc49-60f9-7c00-719ac45bcd02}
    
    Followup:     MachineOwner
    ---------
    
    0 个注释 无注释
  5. 匿名
    2024-06-21T16:40:50+00:00

    Microsoft (R) Windows Debugger Version 10.0.27553.1004 AMD64 Copyright (c) Microsoft Corporation. All rights reserved.

    Loading Dump File [C:\Windows\Minidump\061824-23281-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    
    ************* Path validation summary **************
    Response                         Time (ms)     Location
    Deferred                                       srv*
    Symbol search path is: srv*
    Executable search path is: 
    Windows 10 Kernel Version 26100 MP (8 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Kernel base = 0xfffff805`9cc00000 PsLoadedModuleList = 0xfffff805`9daf4440
    Debug session time: Tue Jun 18 07:54:32.467 2024 (UTC + 8:00)
    System Uptime: 1 days 11:19:26.305
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ................................................................
    ................................................................
    ................
    Loading User Symbols
    
    Loading unloaded module list
    .................
    For analysis of this file, run !analyze -v
    nt!KeBugCheckEx:
    fffff805`9d0b9d90 48894c2408      mov     qword ptr [rsp+8],rcx ss:0018:ffffad0b`f315f350=000000000000013a
    4: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    KERNEL_MODE_HEAP_CORRUPTION (13a)
    The kernel mode heap manager has detected corruption in a heap.
    Arguments:
    Arg1: 0000000000000011, Type of corruption detected
    Arg2: ffff8c8a5a100140, Address of the heap that reported the corruption
    Arg3: ffff8c8aa243d8a0, Address at which the corruption was detected
    Arg4: 0000000000000000
    
    Debugging Details:
    ------------------
    
    fffff8059dbc34b0: Unable to get MiVisibleState
    Unable to get NonPagedPoolStart
    Unable to get NonPagedPoolEnd
    Unable to get PagedPoolStart
    Unable to get PagedPoolEnd
    HeapDbgInitExtension Failed
    Unable to get NonPagedPoolStart
    Unable to get NonPagedPoolEnd
    Unable to get PagedPoolStart
    Unable to get PagedPoolEnd
    
    KEY_VALUES_STRING: 1
    
        Key  : Analysis.CPU.mSec
        Value: 4608
    
        Key  : Analysis.Elapsed.mSec
        Value: 4635
    
        Key  : Analysis.IO.Other.Mb
        Value: 0
    
        Key  : Analysis.IO.Read.Mb
        Value: 0
    
        Key  : Analysis.IO.Write.Mb
        Value: 0
    
        Key  : Analysis.Init.CPU.mSec
        Value: 499
    
        Key  : Analysis.Init.Elapsed.mSec
        Value: 7090
    
        Key  : Analysis.Memory.CommitPeak.Mb
        Value: 90
    
        Key  : Bugcheck.Code.LegacyAPI
        Value: 0x13a
    
        Key  : Bugcheck.Code.TargetModel
        Value: 0x13a
    
        Key  : Dump.Attributes.AsUlong
        Value: 2180c
    
        Key  : Dump.Attributes.DiagDataWrittenToHeader
        Value: 1
    
        Key  : Dump.Attributes.ErrorCode
        Value: 0
    
        Key  : Dump.Attributes.InsufficientDumpfileSize
        Value: 1
    
        Key  : Dump.Attributes.KernelGeneratedTriageDump
        Value: 1
    
        Key  : Dump.Attributes.LastLine
        Value: Dump completed successfully.
    
        Key  : Dump.Attributes.ProgressPercentage
        Value: 0
    
        Key  : Dump.Attributes.RequiredDumpfileSize
        Value: 0x156e3512b
    
        Key  : Failure.Bucket
        Value: 0x13a_11_WtdN_nt!RtlpHeapHandleError
    
        Key  : Failure.Hash
        Value: {ff01edf4-dc49-60f9-7c00-719ac45bcd02}
    
        Key  : Hypervisor.Enlightenments.ValueHex
        Value: 7417df84
    
        Key  : Hypervisor.Flags.AnyHypervisorPresent
        Value: 1
    
        Key  : Hypervisor.Flags.ApicEnlightened
        Value: 0
    
        Key  : Hypervisor.Flags.ApicVirtualizationAvailable
        Value: 1
    
        Key  : Hypervisor.Flags.AsyncMemoryHint
        Value: 0
    
        Key  : Hypervisor.Flags.CoreSchedulerRequested
        Value: 0
    
        Key  : Hypervisor.Flags.CpuManager
        Value: 1
    
        Key  : Hypervisor.Flags.DeprecateAutoEoi
        Value: 1
    
        Key  : Hypervisor.Flags.DynamicCpuDisabled
        Value: 1
    
        Key  : Hypervisor.Flags.Epf
        Value: 0
    
        Key  : Hypervisor.Flags.ExtendedProcessorMasks
        Value: 1
    
        Key  : Hypervisor.Flags.HardwareMbecAvailable
        Value: 1
    
        Key  : Hypervisor.Flags.MaxBankNumber
        Value: 0
    
        Key  : Hypervisor.Flags.MemoryZeroingControl
        Value: 0
    
        Key  : Hypervisor.Flags.NoExtendedRangeFlush
        Value: 0
    
        Key  : Hypervisor.Flags.NoNonArchCoreSharing
        Value: 1
    
        Key  : Hypervisor.Flags.Phase0InitDone
        Value: 1
    
        Key  : Hypervisor.Flags.PowerSchedulerQos
        Value: 0
    
        Key  : Hypervisor.Flags.RootScheduler
        Value: 0
    
        Key  : Hypervisor.Flags.SynicAvailable
        Value: 1
    
        Key  : Hypervisor.Flags.UseQpcBias
        Value: 0
    
        Key  : Hypervisor.Flags.Value
        Value: 55185662
    
        Key  : Hypervisor.Flags.ValueHex
        Value: 34a10fe
    
        Key  : Hypervisor.Flags.VpAssistPage
        Value: 1
    
        Key  : Hypervisor.Flags.VsmAvailable
        Value: 1
    
        Key  : Hypervisor.RootFlags.AccessStats
        Value: 1
    
        Key  : Hypervisor.RootFlags.CrashdumpEnlightened
        Value: 1
    
        Key  : Hypervisor.RootFlags.CreateVirtualProcessor
        Value: 1
    
        Key  : Hypervisor.RootFlags.DisableHyperthreading
        Value: 0
    
        Key  : Hypervisor.RootFlags.HostTimelineSync
        Value: 1
    
        Key  : Hypervisor.RootFlags.HypervisorDebuggingEnabled
        Value: 0
    
        Key  : Hypervisor.RootFlags.IsHyperV
        Value: 1
    
        Key  : Hypervisor.RootFlags.LivedumpEnlightened
        Value: 1
    
        Key  : Hypervisor.RootFlags.MapDeviceInterrupt
        Value: 1
    
        Key  : Hypervisor.RootFlags.MceEnlightened
        Value: 1
    
        Key  : Hypervisor.RootFlags.Nested
        Value: 0
    
        Key  : Hypervisor.RootFlags.StartLogicalProcessor
        Value: 1
    
        Key  : Hypervisor.RootFlags.Value
        Value: 1015
    
        Key  : Hypervisor.RootFlags.ValueHex
        Value: 3f7
    
    BUGCHECK_CODE:  13a
    
    BUGCHECK_P1: 11
    
    BUGCHECK_P2: ffff8c8a5a100140
    
    BUGCHECK_P3: ffff8c8aa243d8a0
    
    BUGCHECK_P4: 0
    
    FILE_IN_CAB:  061824-23281-01.dmp
    
    TAG_NOT_DEFINED_202b:  *** Unknown TAG in analysis list 202b
    
    DUMP_FILE_ATTRIBUTES: 0x2180c
      Insufficient Dumpfile Size
      Kernel Generated Triage Dump
    
    POOL_ADDRESS: Unable to get NonPagedPoolStart
    Unable to get NonPagedPoolEnd
    Unable to get PagedPoolStart
    Unable to get PagedPoolEnd
    unable to get nt!MmSpecialPagesInUse
     ffff8c8aa243d8a0 
    
    FREED_POOL_TAG:  WtdN
    
    BLACKBOXBSD: 1 (!blackboxbsd)
    
    BLACKBOXNTFS: 1 (!blackboxntfs)
    
    BLACKBOXPNP: 1 (!blackboxpnp)
    
    BLACKBOXWINLOGON: 1
    
    CUSTOMER_CRASH_COUNT:  1
    
    PROCESS_NAME:  System
    
    STACK_TEXT:  
    ffffad0b`f315f348 fffff805`9d1acd8c     : 00000000`0000013a 00000000`00000011 ffff8c8a`5a100140 ffff8c8a`a243d8a0 : nt!KeBugCheckEx
    ffffad0b`f315f350 fffff805`9d1acdec     : 00000000`00000011 00000000`0000020d ffff8c8a`5a100140 024fa46f`b19bbfff : nt!RtlpHeapHandleError+0x40
    ffffad0b`f315f390 fffff805`9cf205c1     : ffff8c8a`a2402000 ffff8c8a`5a100380 ffffad0b`f315f5d0 00000000`00000002 : nt!RtlpHpHeapHandleError+0x58
    ffffad0b`f315f3c0 fffff805`9d06e5e5     : 00000000`00001000 ffff8c8a`5a100140 ffff8c8a`5a100380 00000000`ffffffff : nt!RtlpLogHeapFailure+0x45
    ffffad0b`f315f3f0 fffff805`9cf92b78     : ffff8c8a`a2402000 00000000`0000020d ffff8c8a`5a100380 00000000`00000000 : nt!RtlpHpLfhReportError+0x21
    ffffad0b`f315f430 fffff805`9cf92720     : ffff8c8a`a2402000 00000000`000001d0 00000000`0004020e 000ffff8`c8aa2402 : nt!RtlpHpLfhSubsegmentDelayFreeListProcess+0x27c
    ffffad0b`f315f4b0 fffff805`9d033f32     : 00000000`00000007 00000000`0004020e ffff8c8a`5a100380 ffff8c8a`5a103b40 : nt!RtlpHpLfhOwnerRunMaintenance+0x174
    ffffad0b`f315f510 fffff805`9d03400f     : 00000000`00000000 ffff8c8a`5a103dc0 ffff8c8a`5a103dc0 ffffad0b`f315f6c4 : nt!RtlpHpLfhOwnerCompact+0xc2
    ffffad0b`f315f690 fffff805`9d033cdf     : 00000000`00000001 fffff805`9d034096 00010000`00000000 00000000`00000000 : nt!RtlpHpLfhOwnerCompact+0x19f
    ffffad0b`f315f810 fffff805`9d033c15     : ffff8c8a`5a100000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!RtlpHpLfhContextCompact+0xa3
    ffffad0b`f315f850 fffff805`9d033bb3     : 00000000`00000001 00000000`00000000 00000000`00000001 ffff8c8a`7b8a8580 : nt!RtlpHpHeapCompact+0x21
    ffffad0b`f315f880 fffff805`9d076645     : 00000000`00000001 00000000`00000001 00000000`00000000 fffff805`9cf43928 : nt!ExpHpCompactHeapCallback+0x23
    ffffad0b`f315f8b0 fffff805`9d0765a5     : 00000000`00000001 ffffad0b`f315fa40 ffff8c8a`5a4c5270 ffff8c8a`5a4c5270 : nt!ExpHpEnumerateHeaps+0x71
    ffffad0b`f315f910 fffff805`9cf43282     : ffff8c8a`7b8a8540 ffff8c8a`5a4c5200 00000128`14413900 fffff805`00000000 : nt!ExpHpCompactionRoutine+0x15
    ffffad0b`f315f940 fffff805`9d05a5fa     : ffff8c8a`7b8a8540 ffff8c8a`7b8a8540 fffff805`9cf430d0 ffff8c8a`5a4c5270 : nt!ExpWorkerThread+0x1b2
    ffffad0b`f315faf0 fffff805`9d272c94     : ffffd300`222dd180 ffff8c8a`7b8a8540 fffff805`9d05a5a0 000001fe`e62f56c0 : nt!PspSystemThreadStartup+0x5a
    ffffad0b`f315fb40 00000000`00000000     : ffffad0b`f3160000 ffffad0b`f3159000 00000000`00000000 00000000`00000000 : nt!KiStartSystemThread+0x34
    
    SYMBOL_NAME:  nt!RtlpHeapHandleError+40
    
    MODULE_NAME: nt
    
    IMAGE_NAME:  ntkrnlmp.exe
    
    IMAGE_VERSION:  10.0.26100.863
    
    STACK_COMMAND:  .cxr; .ecxr ; kb
    
    BUCKET_ID_FUNC_OFFSET:  40
    
    FAILURE_BUCKET_ID:  0x13a_11_WtdN_nt!RtlpHeapHandleError
    
    OSPLATFORM_TYPE:  x64
    
    OSNAME:  Windows 10
    
    FAILURE_ID_HASH:  {ff01edf4-dc49-60f9-7c00-719ac45bcd02}
    
    Followup:     MachineOwner
    ---------
    
    0 个注释 无注释