首页
社区
课程
招聘
双机内核调试问题
发表于: 2010-1-9 00:33 4191

双机内核调试问题

2010-1-9 00:33
4191
Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.

Opened \\.\pipe\com_1
Waiting to reconnect...
Connected to Windows 2000 2195 x86 compatible target at (Sat Jan  9 00:29:27.687 2010 (GMT+8)), ptr64 FALSE
Kernel Debugger connection established.  (Initial Breakpoint requested)
Symbol search path is: srv*d:\Symbols*http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows 2000 Kernel Version 2195 (Service Pack 4) UP Free x86 compatible
Product: WinNt
Machine Name:
Kernel base = 0x80400000 PsLoadedModuleList = 0x8046e1b8
Debug session time: Fri Jan  8 23:32:50.015 2010 (GMT+8)
System Uptime: 0 days 0:01:28.781
Break instruction exception - code 80000003 (first chance)
*******************************************************************************
*                                                                             *
*   You are seeing this message because you pressed either                    *
*       CTRL+C (if you run kd.exe) or,                                        *
*       CTRL+BREAK (if you run WinDBG),                                       *
*   on your debugger machine's keyboard.                                      *
*                                                                             *
*                   THIS IS NOT A BUG OR A SYSTEM CRASH                       *
*                                                                             *
* If you did not intend to break into the debugger, press the "g" key, then   *
* press the "Enter" key now.  This message might immediately reappear.  If it *
* does, press "g" and "Enter" again.                                          *
*                                                                             *
*******************************************************************************
nt!RtlpBreakWithStatusInstruction:
80456488 cc              int     3
kd> .reload
Connected to Windows 2000 2195 x86 compatible target at (Sat Jan  9 00:29:46.062 2010 (GMT+8)), ptr64 FALSE
Loading Kernel Symbols
...............................................................
....................................
Loading User Symbols

Loading unloaded module list
.......
kd> uf DbgkpMarkProcessPeb
*** ERROR: Module load completed but symbols could not be loaded for vmx_fb.dll
*** ERROR: Module load completed but symbols could not be loaded for vmhgfs.sys
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for vmci.sys - 
*** ERROR: Module load completed but symbols could not be loaded for vmx_svga.sys
*** ERROR: Module load completed but symbols could not be loaded for vmxnet.sys
*** ERROR: Module load completed but symbols could not be loaded for vmscsi.sys
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for dump_diskdump.sys - 
*** ERROR: Module load completed but symbols could not be loaded for dump_vmscsi.sys
*** ERROR: Module load completed but symbols could not be loaded for vmmouse.sys
*** ERROR: Module load completed but symbols could not be loaded for vmmemctl.sys
Couldn't resolve error at 'DbgkpMarkProcessPeb'

=========================================================
=========================================================
连接上没问题,也断下来了。

symbols也设置好了
srv*d:\Symbols*http://msdl.microsoft.com/download/symbols

请问是什么问题,应该如何是好啊

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 7651
活跃值: (523)
能力值: ( LV9,RANK:610 )
在线值:
发帖
回帖
粉丝
2
没什么问题啊,有些第三方驱动本来就没有符号让你加载
2010-1-10 07:44
0
游客
登录 | 注册 方可回帖
返回
//