download
驱动牛犊
驱动牛犊
  • 注册日期2002-04-06
  • 最后登录2021-06-15
  • 粉丝0
  • 关注0
  • 积分9分
  • 威望115点
  • 贡献值0点
  • 好评度45点
  • 原创分0分
  • 专家分0分
  • 社区居民
阅读:1690回复:1

實做TDI filter 但是網芳copy檔案時 BSOD (有裝卡巴斯基6.0 KAV)

楼主#
更多 发布于:2008-05-22 14:47
問題是...小弟看了dump...發現是idle....process的問題....
把我的TDI移除後重開似乎沒有再發生BSOD問題
但是dump裡面沒有寫到有關小弟的TDI錯誤資訊....
所以想請問大牛們....有可能是那邊出問題了...謝謝...
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 35, {864bee70, 0, 0, 0}

Probably caused by : netbt.sys ( netbt!MakePartialMdl+4b )

Followup: MachineOwner
---------

kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

NO_MORE_IRP_STACK_LOCATIONS (35)
A higher level driver has attempted to call a lower level driver through
the IoCallDriver() interface, but there are no more stack locations in the
packet, hence, the lower level driver would not be able to access its
parameters, as there are no parameters for it.  This is a disasterous
situation, since the higher level driver "thinks" it has filled in the
parameters for the lower level driver (something it MUST do before it calls
it), but since there is no stack location for the latter driver, the former
has written off of the end of the packet.  This means that some other memory
has probably been trashed at this point.
Arguments:
Arg1: 864bee70, Address of the IRP
Arg2: 00000000
Arg3: 00000000
Arg4: 00000000

Debugging Details:
------------------


CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  DRIVER_FAULT

BUGCHECK_STR:  0x35

PROCESS_NAME:  Idle

LAST_CONTROL_TRANSFER:  from 8051cc2b to 8053454e

STACK_TEXT:  
80550f74 8051cc2b 00000035 864bee70 00000000 nt!KeBugCheckEx+0x1b
80550fe0 804e47f7 8605caf0 00000000 864bef28 nt!IopfCallDriver+0x17
80551068 b2e930f4 b1702f14 00000000 00000000 nt!IopfCallDriver+0x31
80551088 804e47f7 84fb2030 864bee70 864f3f60 netbt!MakePartialMdl+0x4b
80551104 804e4d38 00000000 86513008 00000084 nt!IopfCallDriver+0x31
805510b8 b2e927a1 00000000 00000045 000001b2 nt!IopfCompleteRequest+0xa2
80551104 804e4d38 00000000 86513008 00000084 netbt!NewSessionCompletionRoutine+0x16f
80551134 b2eb18ff 84d92c18 863c13e8 863c13ec nt!IopfCompleteRequest+0xa2
8055114c b2eb64bd 86513008 00000000 00000080 tcpip!TCPDataRequestComplete+0xa6
80551188 b2eb6570 00000000 00000002 00000000 tcpip!CompleteRcvs+0xf1
805511ac b2eada08 00000002 00000002 805511d8 tcpip!ProcessPerCpuTCBDelayQ+0x6b
805511e0 b2ec99a2 00000002 00000000 84d98208 tcpip!ProcessTCBDelayQ+0xc4
80551204 b2ec9a2e 80551228 00000020 8651307c tcpip!TdiReceive+0x1c1
8055123c b2eb3000 84d9822c 86513078 86513094 tcpip!TCPReceiveData+0x6e
80551258 804e47f7 85fe7d80 86513008 865130b8 tcpip!TCPDispatchInternalDeviceControl+0x18d
805512bc 804e47f7 8605caf0 00000000 865130e4 nt!IopfCallDriver+0x31
80551320 f7587f08 85d61598 85dc9138 f66828f3 nt!IopfCallDriver+0x31
80551330 f7587f24 85dc90bc f6682a29 85dc9138 NDIS!NdisDprAcquireSpinLock+0x11
80551364 804e47f7 84fb2030 86513008 804db5e4 NDIS!NdisDprReleaseSpinLock+0xe
80551374 b2e92938 8055a080 80559e20 ffdff000 nt!IopfCallDriver+0x31
80551398 b2e92962 865e6dd0 00000004 00000080 netbt!HandleNewSessionPdu+0x18b
805513ac 804dcbd4 854d5040 864f3f60 00000004 netbt!DpcHandleNewSessionPdu+0x1e
805513c0 80559e20 ffdffc50 00000000 00000000 nt!KiRetireDpcList+0x46
805513d0 804dcb4d 00000000 0000000e 00000000 nt!KiIdleThread0
805513d4 00000000 0000000e 00000000 00000000 nt!KiIdleLoop+0x26


STACK_COMMAND:  kb

FOLLOWUP_IP:
netbt!MakePartialMdl+4b
b2e930f4 8b4640          mov     eax,dword ptr [esi+40h]

SYMBOL_STACK_INDEX:  3

SYMBOL_NAME:  netbt!MakePartialMdl+4b

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: netbt

IMAGE_NAME:  netbt.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  41107ecc

FAILURE_BUCKET_ID:  0x35_netbt!MakePartialMdl+4b

BUCKET_ID:  0x35_netbt!MakePartialMdl+4b

Followup: MachineOwner
---------
download
驱动牛犊
驱动牛犊
  • 注册日期2002-04-06
  • 最后登录2021-06-15
  • 粉丝0
  • 关注0
  • 积分9分
  • 威望115点
  • 贡献值0点
  • 好评度45点
  • 原创分0分
  • 专家分0分
  • 社区居民
沙发#
发布于:2008-05-23 17:34
Re:實做TDI filter 但是網芳copy檔案時 BSOD (有裝卡巴斯基6.0 K
kd 1000    再去看看stack
游客

返回顶部