luoqs
驱动牛犊
驱动牛犊
  • 注册日期2006-08-17
  • 最后登录2010-11-17
  • 粉丝0
  • 关注0
  • 积分150分
  • 威望16点
  • 贡献值0点
  • 好评度15点
  • 原创分0分
  • 专家分0分
阅读:1210回复:2

CEPC选择"Enable Kernel Debugger"后出现错误

楼主#
更多 发布于:2007-06-27 13:22
1.我用CEPC创建了一个工程,但是发现使用KITL和"Enable Full Kernel Mode"项后,是可以启动的
2.增加"Enable Kernel Debugger"项后,CEPC无法起来
  弹出"The Debugger KITL packet receive has timed out. Do you wish to retry?"

  同时在串口中输出如下的信息:
VBridge:: VB_INITIALIZED returns [1]

nit()...TX = [16384] bytes -- Rx = [16384] bytes
x buffer [0xA20AA200] to [0xA20AE200].
RTL8139:: MulticastRegs set to : 0-0-0-0-0-0-0-0
RTL8139:: Set Ndis filter [0xB] -> [0x101E]
VBridge:: Current VMini packet filter = [0xB]
Bad RX packet [Header: 0x6F55 -- Length : [65520]]...
0x83e70938: Exception 00e Thread=83e70938 Proc=c3ea9852 ''
0x83e70938: AKY=ffffffff PC=802a9606(NK.EXE+0x00089606) ESP=c205f44c
EA=c2060000
0x83e70938: Recursively calling KDEnableInt(FALSE, psvdThread != NULL) 1
time(s). This OK if KdStub stumbling on its own BP.
  KdTrap: Exception in debugger, Addr=0x802A9606 -  attempting to recover
0x83e70938: Recursively calling KDEnableInt(FALSE, psvdThread != NULL) 1
time(s). This OK if KdStub stumbling on its own BP.
  KdTrap: Exception in debugger, Addr=0x802A9606 -  unable to recover
0x83e70938:
Unhandled exception c0000005:
0x83e70938: Terminating thread 83e70938
0x83e70938: Secondary thread in proc c3ea9852 (gwes.exe) faulted!
0x83e70938: <<< Unloading module coredll.dll at address
0x03F50000-0x03FF3000 (RW data at 0x01FFE000-0x01FFF765)
0x83e70938: Recursively calling KDEnableInt(FALSE, psvdThread != NULL) 1
time(s). This OK if KdStub stumbling on its own BP.
  KdTrap: Exception in debugger, Addr=0x802601B3 -  attempting to recover
0x83e70938: Recursively calling KDEnableInt(FALSE, psvdThread != NULL) 1
time(s). This OK if KdStub stumbling on its own BP.
  KdTrap: Exception in debugger, Addr=0x802601B3 -  unable to recover

我目标机器上的网卡是RTL8139

那位帮忙看看是什么原因,搞了好几天了.
luoqs
驱动牛犊
驱动牛犊
  • 注册日期2006-08-17
  • 最后登录2010-11-17
  • 粉丝0
  • 关注0
  • 积分150分
  • 威望16点
  • 贡献值0点
  • 好评度15点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2007-06-27 18:11
看输出,KITL是初始化完成了,但是Windows CE界面没有出来
microsun
论坛版主
论坛版主
  • 注册日期2002-11-11
  • 最后登录2014-07-18
  • 粉丝0
  • 关注0
  • 积分1052分
  • 威望1159点
  • 贡献值0点
  • 好评度848点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2007-07-04 08:08
好像还是KITL用的ETHERNET DRIVER有问题,看你这句信息:


VBridge:: Current VMini packet filter = [0xB]
Bad RX packet [Header: 0x6F55 -- Length : [65520]]...
0x83e70938: Exception 00e Thread=83e70938 Proc=c3ea9852 ''
0x83e70938: AKY=ffffffff PC=802a9606(NK.EXE+0x00089606) ESP=c205f44c
EA=c2060000
0x83e70938: Recursively calling KDEnableInt(FALSE, psvdThread != NULL) 1
time(s). This OK if KdStub stumbling on its own BP.



产生异常了.
学海无涯
游客

返回顶部