windbg symbol path
SRV*c:\symbols*http://msdl.microsoft.com/download/symbols;srv*
DRIVER_POWER_STATE_FAILURE (9f)
A driver has failed to complete a power IRP within a specific time (usually 10 minutes).
Arguments:
Arg1: 0000000000000003, A device object has been blocking an Irp for too long a time
Arg2: fffffa8025465970, Physical Device Object of the stack
Arg3: fffff880009f27f0, nt!TRIAGE_9F_POWER on Win7, otherwise the Functional Device Object of the stack
Arg4: fffffa8026efc4a0, The blocked IRP
2: kd> !devstack fffffa8025465970
!DevObj !DrvObj !DevExt ObjectName
fffffa80118602f0 \Driver\ksthunk fffffa8011860440 InfoMask field not found for _OBJECT_HEADER at fffffa80118602c0
fffffa800e4f6840 \Driver\usbscan fffffa800e4f6990 InfoMask field not found for _OBJECT_HEADER at fffffa800e4f6810
> fffffa8025465970 \Driver\usbccgp fffffa8025465ac0 Cannot read info offset from nt!ObpInfoMaskToOffset
!DevNode fffffa800df14010 :
DeviceInst is "USB\VID_04A9&PID_26EF&MI_00\2&2ebd5f7a&0&0000"
ServiceName is "usbscan"
Google search for the HardwareID USB\VID_04A9&PID_26EF&MI_00 shows the device appears to be Canon D400-450:
I suspect the driver that may be causing the crash is the vuhub.sys, which is dated Nov 16, 2007.
Can you update the vuhub.sys driver?
If the vuhub.sys is a component of Eltima USB Network Gate for Windows try the following link for an updated driver:
http://wiki.eltima.com/user-guides/usb-to-ethernet/install-wind.html
Hey everyone, I had the same code 10 problem with Teredo Tunnel Pseudo-Interface when I connected my laptop with a public library router. Fortunately I found this solution which really worked it out! (My OS is Vista x64 SP2, but I think XP and Win7 can also follow the same solution)
Solution:
1. Open command prompt with administrator credentials (Find CMD and right-click - Run as Administrator).
2. Enter netsh environment. Type "netsh" and ENTER.
3. "int teredo" and ENTER
4. "set state disabled" and ENTER.
5. Open Device Manager and uninstall "Teredo Tunneling Pseudo-Interface".
6. Open command prompt with administrator credentials once again.
7. netsh + ENTER.
8. "int ipv6" + ENTER
9. "set teredo client" + ENTER
10. Open Device Manager and Scan for new hardware.
11. Select "Show hidden devices" from the View menu. You will now see that it is present without errors with any luck.
http://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/teredo-tunneling-pseudo-interface-this-device/757db042-c91e-464c-b963-c1f442fdf925
windbg symbol path的更多相关文章
- windbg Symbol file path
SOS是一个调试器扩展,用于调试.NET应用程序.它提供了一组非常丰富的命令,这些命令使开发人员可以对CLR进行深入分析,并且有助于找出应用程序中各种复杂错误的原因. 由于SOS能够提供CLR内部 ...
- VITAM POST MORTEM – ANALYZING DEADLOCKED SCHEDULERS MINI DUMP FROM SQL SERVER
https://gennadny.wordpress.com/2014/11/ Since SQL Server 7.0, SQL Server has its own scheduling mech ...
- Use the Microsoft Symbol for VS and Windbg
快捷方式mklink的远程符号由于所有者权限问题,链接到本地可能造成不能使用, 或每次都需要重新下载, 1.环境变量中没有设置_NT_SYMBOL_PATH的值 2.windbg快捷方式中也没有设置- ...
- 调试SQLSERVER (三)使用Windbg调试SQLSERVER的一些命令
调试SQLSERVER (三)使用Windbg调试SQLSERVER的一些命令 调试SQLSERVER (一)生成dump文件的方法调试SQLSERVER (二)使用Windbg调试SQLSERVER ...
- WinDbg调试.NET程序入门
俗话说:万事开头难! 自从来到新公司遇到性能问题后,需要想办法解决这个问题,但是一直没有合适的性能分析工具,然后找到StevenChennet 大神帮忙,他用WinDbg工具远程帮我分析了一个 dum ...
- 翻译:通往WinDbg的捷径(一)
原文:http://www.debuginfo.com/articles/easywindbg.html译者:arhat时间:2006年4月13日关键词:CDB WinDbg 导言你钟情什么样的调试器 ...
- windbg配置问题汇总
.loadby sos.dll mscorwks.symfix c:\windows\symbols windbg配置问题汇总 1.Failed to find runtime DLL (clr.dl ...
- windbg命令分类与概述
WinDBG的大多数功能是以命令方式工作的, 本系列将介绍WinDBG的三类命令, 标准命令, 元命令和扩展命令. =============== 标准命令 =============== 标准命令用 ...
- 使用WinDbg获得托管方法的汇编代码
概述:有时候,我们需要查看一个托管方法的汇编指令是怎么样的.记得在大学的时候,我们使用gcc -s和objdump来获得一个c程序代码的汇编指令.但是对于.NET程序来说,我们肯定无法轻松地获得这些内 ...
随机推荐
- OpenCV 学习
#include <opencv2\opencv.hpp> #include <iostream> #include <opencv2\highgui\highgui.h ...
- [转]ZendFramework数据库操作总结
Zend_Db数据库知识 例子: Model文件: $this->fetchAll("is_jian=1","id DESC",0,2)->toAr ...
- golang调用EXE
我是win7+go1.7+liteide,调用calc.exe package main import ( "os/exec" ) func main() { datapath : ...
- http://tool.oschina.net 在线API文档库java jquery ,php,很全的文档库
http://tool.oschina.net 1.6API文档(中文)的下载地址: ZIP格式:http://download.java.net/jdk/jdk-api-localizations ...
- cookies的获取,删除,设置
cookies,sessionStorage 和 localStorage 的区别? 1.cookie在浏览器和服务器间来回传递. sessionStorage和localStorage不会: 2.s ...
- 简单高效快捷的百度地图demo
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or ...
- [转载] javascript实现深度克隆
js一般有两种不同数据类型的值: 基本类型(包括undefined,Null,boolean,String,Number),按值传递: 引用类型(包括数组,对象),按址传递,引用类型在值传递的时候是内 ...
- 爱上iOS单元测试系列之爱上她就要先了解她:单元测试入门
前言 对于单元测试一开始我是拒绝的.单元测试是一个什么东东,因为我喜欢做iOS开发是因为喜欢写APP的啊,一切和这一目标不相干的东西我没兴趣啊,所以从事iOS开发几年都没去深入学习过单元测试(主要是之 ...
- theano 实现图像局部对比度归一化
很多时候我们需要对图像进行局部对比度归一化,比如分块CNN的预处理阶段.theano对此提供了一些比较方便的操作. 局部归一化的一种简单形式为: 其中μ和σ分别为局部(例如3x3的小块)的均值和标准差 ...
- java集合类的学习(一)
为何要用集合类:可以储存不同类型的数据,可以进行动态的删除和修改,不用考虑数组越界的问题. 软件开发常用的集合类:Vector,ArrayList,Stack,HashMap,Hashtable. 3 ...