Windows 硬件性能
Windows: Microsoft 操作系统系列,可跨个人计算机、平板电脑、笔记本电脑、手机、物联网设备、独立混合现实头戴显示设备、大型协作屏幕和其他设备运行。硬件性能: 交付/提供硬件或硬件系统,或调节/调整硬件或硬件系统。
31 个问题
4: kd> g
FILTER VERIFIER ERROR: A filter (Filter = FFFFD40DE201CA20 (fsflt)) leaked references to the following resources:
00000010 Filter Context Structures
00000000 FLT_CALLBACK_DATA structures
00000000 FLT_DEFERRED_IO_WORKITEM structures
00000000 FLT_GENERIC_WORKITEM structures
00000000 FLT_FILE_NAME_INFORMATION structures
00000000 FILE_OBJECT structures
00000000 FLT_OBJECT structures
00000000 ECP context structures
```Type "!fltkd.filter FFFFD40DE201CA20 8 1" in the debugger for a list of leaked referen
Break, ignore, zap or remove ? b
Breaking in... (press g<enter> to return to assert menu)
Break instruction exception - code 80000003 (first chance)
FLTMGR!FltpvPrintErrors+0x1f2:
fffff805`40c7ba16 cc int 3
6: kd> !fltkd.filter FFFFD40DE201CA20 8 1
FLT_FILTER: ffffd40de201ca20 "fsflt" "141001"
InstanceList : (ffffd40de201ca88)
```sql
Resource (ffffd40de201caf0) List [ffffd40de201caf0-ffffd40de201caf0] rCount=0
``` Object usage/reference information:
```ruby
References to FLT_CONTEXT : 10
Allocations of FLT_CALLBACK_DATA : 0
Allocations of FLT_DEFERRED_IO_WORKITEM : 0
Allocations of FLT_GENERIC_WORKITEM : 0
References to FLT_FILE_NAME_INFORMATION : 0
Open files : 0
References to FLT_OBJECT : 0
``` List of objects used/referenced::
```yaml
FLT_VERIFIER_OBJECT: ffffd40de2e19050
Object: ffffd40ddb904190 Type: FLT_CONTEXT RefCount: 00000010
```如何找到Object: ffffd40ddb904190,这个对象的信息。
用!obtrace命令提示:Unable to find object in table.
!object命令都提示:Not a valid object (ObjectType invalid)