news 2026/8/6 9:47:05

windows线程切换之一个线程的Quantum: -93都是在处理KDPC

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
windows线程切换之一个线程的Quantum: -93都是在处理KDPC

windows线程切换之一个线程的Quantum: -93都是在处理KDPC----线程切换和KDPC没有关系


1: kd> g
Breakpoint 16 hit
eax=ffdff000 ebx=895f2a78 ecx=00000002 edx=000013ea esi=00002707 edi=e73f7530
eip=804ee4f8 esp=f789e820 ebp=f789e838 iopl=0 nv up ei pl nz na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00000206
hal!HalRequestSoftwareInterrupt:
804ee4f8 643a0d95000000 cmp cl,byte ptr fs:[95h] fs:0030:00000095=00
0: kd> x nt!*tickcount
80b16f80 nt!KeTickCount = struct _KSYSTEM_TIME
80b16f80 nt!_KeTickCount = 0x105ee872
80a30bac nt!KeQueryTickCount (union _LARGE_INTEGER *)
80afc19a nt!_KiGetTickCount (void)
0: kd> dx -id 0,0,8954e020 -r1 ((ntkrnlmp!_KPRCB *)0xffdff120)
((ntkrnlmp!_KPRCB *)0xffdff120) : 0xffdff120 [Type: _KPRCB *]
[+0x000] MinorVersion : 0x1 [Type: unsigned short]
[+0x002] MajorVersion : 0x1 [Type: unsigned short]
[+0x004] CurrentThread : 0x895f2a78 [Type: _KTHREAD *]
[+0x008] NextThread : 0x89555268 [Type: _KTHREAD *]

[+0x928] ReadySummary : 0x1000 [Type: unsigned long]

0: kd> dx -id 0,0,8954e020 -r1 ((ntkrnlmp!_KTHREAD *)0x895f2a78)
((ntkrnlmp!_KTHREAD *)0x895f2a78) : 0x895f2a78 [Type: _KTHREAD *]
[+0x000] Header [Type: _DISPATCHER_HEADER]
[+0x010] MutantListHead [Type: _LIST_ENTRY]
[+0x018] InitialStack : 0xba1b1000 [Type: void *]
[+0x01c] StackLimit : 0xba1ad000 [Type: void *]
[+0x020] KernelStack : 0xba1b0c5c [Type: void *]
[+0x024] ThreadLock : 0x0 [Type: unsigned long]
[+0x028] ContextSwitches : 0x470 [Type: unsigned long]
[+0x02c] State : 0x2 [Type: unsigned char]
[+0x02d] NpxState : 0xa [Type: unsigned char]
[+0x02e] WaitIrql : 0x0 [Type: unsigned char]
[+0x02f] WaitMode : 1 [Type: char]
[+0x030] Teb : 0x7ffd5000 [Type: void *]
[+0x034] ApcState [Type: _KAPC_STATE]
[+0x04c] ApcQueueLock : 0x0 [Type: unsigned long]
[+0x050] WaitStatus : 258 [Type: long]
[+0x054] WaitBlockList : 0x895f2b18 [Type: _KWAIT_BLOCK *]
[+0x058] Alertable : 0x0 [Type: unsigned char]
[+0x059] WaitNext : 0x0 [Type: unsigned char]
[+0x05a] WaitReason : 0x6 [Type: unsigned char]
[+0x05b] Priority : 13 '\r' [Type: char]
[+0x05c] EnableStackSwap : 0x1 [Type: unsigned char]
[+0x05d] SwapBusy : 0x0 [Type: unsigned char]
[+0x05e] Alerted [Type: unsigned char [2]]
[+0x060] WaitListEntry [Type: _LIST_ENTRY]
[+0x060] SwapListEntry [Type: _SINGLE_LIST_ENTRY]
[+0x068] Queue : 0x0 [Type: _KQUEUE *]
[+0x06c] WaitTime : 0x105ee7d7 [Type: unsigned long]
[+0x070] KernelApcDisable : 0 [Type: short]
[+0x072] SpecialApcDisable : 0 [Type: short]
[+0x070] CombinedApcDisable : 0x0 [Type: unsigned long]
[+0x078] Timer [Type: _KTIMER]
[+0x0a0] WaitBlock [Type: _KWAIT_BLOCK [4]]
[+0x100] QueueListEntry [Type: _LIST_ENTRY]
[+0x108] ApcStateIndex : 0x0 [Type: unsigned char]
[+0x109] ApcQueueable : 0x1 [Type: unsigned char]
[+0x10a] Preempted : 0x1 [Type: unsigned char]
[+0x10b] ProcessReadyQueue : 0x0 [Type: unsigned char]
[+0x10c] KernelStackResident : 0x1 [Type: unsigned char]
[+0x10d] Saturation : 0 [Type: char]
[+0x10e] IdealProcessor : 0x0 [Type: unsigned char]
[+0x10f] NextProcessor : 0x0 [Type: unsigned char]
[+0x110] BasePriority : 13 '\r' [Type: char]
[+0x111] Spare4 : 0x0 [Type: unsigned char]
[+0x112] PriorityDecrement : 0 [Type: char]
[+0x113] Quantum : -93 [Type: char]
[+0x114] SystemAffinityActive : 0x0 [Type: unsigned char]
[+0x115] PreviousMode : 1 [Type: char]
[+0x116] ResourceIndex : 0x1 [Type: unsigned char]
[+0x117] DisableBoost : 0x0 [Type: unsigned char]
[+0x118] UserAffinity : 0x3 [Type: unsigned long]
[+0x11c] Process : 0x8954e020 [Type: _KPROCESS *]
[+0x120] Affinity : 0x3 [Type: unsigned long]
[+0x124] ServiceTable : 0x80b207a0 [Type: void *]
[+0x128] ApcStatePointer [Type: _KAPC_STATE * [2]]
[+0x130] SavedApcState [Type: _KAPC_STATE]
[+0x148] CallbackStack : 0x0 [Type: void *]
[+0x14c] Win32Thread : 0xe17c0d18 [Type: void *]
[+0x150] TrapFrame : 0xba1b0d64 [Type: _KTRAP_FRAME *]
[+0x154] KernelTime : 0x12 [Type: unsigned long]
[+0x158] UserTime : 0x4 [Type: unsigned long]
[+0x15c] StackBase : 0xba1b1000 [Type: void *]
[+0x160] SuspendApc [Type: _KAPC]
[+0x190] SuspendSemaphore [Type: _KSEMAPHORE]
[+0x1a4] TlsArray : 0x0 [Type: void *]
[+0x1a8] LegoData : 0x0 [Type: void *]
[+0x1ac] ThreadListEntry [Type: _LIST_ENTRY]
[+0x1b4] LargeStack : 0x1 [Type: unsigned char]
[+0x1b5] PowerState : 0x0 [Type: unsigned char]
[+0x1b6] NpxIrql : 0x0 [Type: unsigned char]
[+0x1b7] Spare5 : 0x0 [Type: unsigned char]
[+0x1b8] AutoAlignment : 0x0 [Type: unsigned char]
[+0x1b9] Iopl : 0x0 [Type: unsigned char]
[+0x1ba] FreezeCount : 0 [Type: char]
[+0x1bb] SuspendCount : 0 [Type: char]
[+0x1bc] Spare0 [Type: unsigned char [1]]
[+0x1bd] UserIdealProcessor : 0x0 [Type: unsigned char]
[+0x1be] DeferredProcessor : 0x0 [Type: unsigned char]
[+0x1bf] AdjustReason : 0x0 [Type: unsigned char]
[+0x1c0] AdjustIncrement : 0 [Type: char]
[+0x1c1] Spare2 [Type: unsigned char [3]]
0: kd> g
Breakpoint 49 hit
eax=0000001b ebx=804edc6c ecx=80b16802 edx=00000000 esi=00000000 edi=f7737120
eip=80a4002e esp=f78aed64 ebp=f78aed80 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00000246
nt!KiExitDispatcher+0x42:
80a4002e 807dfc02 cmp byte ptr [ebp-4],2 ss:0010:f78aed7c=02
1: kd> g
Breakpoint 16 hit
eax=ffdff000 ebx=895f2a78 ecx=00000002 edx=000013ea esi=00002707 edi=e741d78a
eip=804ee4f8 esp=f789e818 ebp=f789e830 iopl=0 nv up ei pl nz na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00000206
hal!HalRequestSoftwareInterrupt:
804ee4f8 643a0d95000000 cmp cl,byte ptr fs:[95h] fs:0030:00000095=00
0: kd> g
Breakpoint 49 hit
eax=0000001b ebx=804edc6c ecx=80b16802 edx=00000000 esi=00000000 edi=ffdff120
eip=80a4002e esp=f789ed88 ebp=f789eda4 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00000246
nt!KiExitDispatcher+0x42:
80a4002e 807dfc02 cmp byte ptr [ebp-4],2 ss:0010:f789eda0=02


0: kd> g
Breakpoint 49 hit
eax=0000001b ebx=804edc6c ecx=80b16802 edx=00000000 esi=00000000 edi=ffdff120
eip=80a4002e esp=f789ed88 ebp=f789eda4 iopl=0 nv up ei pl zr na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00000246
nt!KiExitDispatcher+0x42:
80a4002e 807dfc02 cmp byte ptr [ebp-4],2 ss:0010:f789eda0=02
0: kd> kc
#
00 nt!KiExitDispatcher
01 nt!KeSetEvent
02 HIDCLASS!HidpSubmitInterruptRead
03 HIDCLASS!HidpInterruptReadComplete
04 nt!IopfCompleteRequest
05 USBPORT!USBPORT_CompleteTransfer
06 USBPORT!USBPORT_DoneTransfer
07 USBPORT!USBPORT_FlushDoneTransferList
08 USBPORT!USBPORT_DpcWorker
09 USBPORT!USBPORT_IsrDpcWorker
0a USBPORT!USBPORT_IsrDpc
0b nt!KiRetireDpcList
0c nt!KiDispatchInterrupt
WARNING: Frame IP not in any known module. Following frames may be wrong.
0d 0x0

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/8/6 4:17:57

Booster终极指南:10分钟实现Android应用性能全面优化

Booster终极指南:10分钟实现Android应用性能全面优化 【免费下载链接】booster 🚀Optimizer for mobile applications 项目地址: https://gitcode.com/gh_mirrors/bo/booster 想要快速提升Android应用性能却不知从何下手?Booster框架为…

作者头像 李华
网站建设 2026/8/6 5:48:13

深度解析LiteGraph.js:打造专业级可视化节点的完全攻略

深度解析LiteGraph.js:打造专业级可视化节点的完全攻略 【免费下载链接】litegraph.js A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or…

作者头像 李华
网站建设 2026/8/6 1:28:55

3步终极指南:用SHAP轻松搞定高基数类别变量的模型可解释性

机器学习模型可解释性已成为现代AI应用的核心需求,而高基数类别变量的处理则是实现真正模型透明度的重要挑战。SHAP作为最强大的解释框架,能够为任何机器学习模型提供一致且准确的局部解释,帮助用户理解模型如何基于复杂类别特征做出决策。 【…

作者头像 李华
网站建设 2026/8/5 8:51:02

M.I.B.车载系统终极指南:新手快速上手指南

在当今智能汽车时代,M.I.B.(More Incredible Bash)作为Harman MIB 2.x系统的多功能工具,为你的车载娱乐系统带来革命性的改变。无论你是想要优化系统性能、扩展功能还是修复常见问题,这个开源项目都能提供专业级的解决…

作者头像 李华
网站建设 2026/8/6 14:42:13

HunyuanWorld-Mirror:全能3D几何预测模型

HunyuanWorld-Mirror:全能3D几何预测模型 【免费下载链接】HunyuanWorld-Mirror 项目地址: https://ai.gitcode.com/hf_mirrors/tencent/HunyuanWorld-Mirror 腾讯推出的HunyuanWorld-Mirror作为一款全能3D几何预测模型,凭借其独特的多模态先验提…

作者头像 李华
网站建设 2026/8/1 20:20:35

diffusers-ct_bedroom256:卧室图像秒级生成

diffusers-ct_bedroom256:卧室图像秒级生成 【免费下载链接】diffusers-ct_bedroom256 项目地址: https://ai.gitcode.com/hf_mirrors/openai/diffusers-ct_bedroom256 导语:OpenAI推出的diffusers-ct_bedroom256模型,基于创新的一致…

作者头像 李华