Exception analysis
Finding:
Thread 119:1f7c


Exception Code 0xE06D7363
This exception code will be used for any error that is raised by the Microsoft Visual C++ compiler through a call to "throw
From https://support.microsoft.com/en-us/help/313109/how-to-find-the-problem-exception-stack-when-you-receive-an-unhandlede Step by step
0:119> dd 0x3e43abbc
3e43abbc 3e43acbc 3e43acdc 77051288 00000001
3e43abcc 0008e883 3e43abf4 770471b9 fffffffe
3e43abdc 3e43ffc4 3e43acdc 3e43ac90 3e43b208
3e43abec 770471cd 3e43ffc4 3e43aca4 7704718b
3e43abfc 3e43acbc 3e43ffc4 3e43acdc 3e43ac90
3e43ac0c 7701e0ed 00000000 3e43acbc 3e43ffc4
3e43ac1c 7701f96f 3e43acbc 3e43ffc4 3e43acdc
3e43ac2c 3e43ac90 7701e0ed 3e43b1b8 3e43acbc
0:119> dd 3e43acbc
3e43acbc e06d7363 00000001 00000000 752bd36f
3e43accc 00000003 19930520 3e43b1d4 7c047f0c
3e43acdc 0001007f 00000000 00000000 00000000
3e43acec 00000000 00000000 00000000 0000027f
3e43acfc 00000129 0000ffff 1020961b 00000000
3e43ad0c 3e43b1f0 00000000 00000000 00000000
3e43ad1c 0000ffff 00000000 ffff0000 00000000
3e43ad2c c0000000 0000ffff 00000000 ffffc000
0:119> u 752bd36f
Loading symbols for 752b0000 KERNELBASE.dll -> KERNELBASE.dll
*** ERROR: Symbol file could not be found. Defaulted to export symbols for KERNELBASE.dll -
KERNELBASE!RaiseException+0x54:
752bd36f c9 leave
752bd370 c21000 ret 10h
752bd373 8945c0 mov dword ptr [ebp-40h],eax
752bd376 ebed jmp KERNELBASE!RaiseException+0x4a (752bd365)
752bd378 90 nop
752bd379 90 nop
752bd37a 90 nop
752bd37b 90 nop
0:119> .exr 3e43acbc
ExceptionAddress: 752bd36f (KERNELBASE!RaiseException+0x00000054)
ExceptionCode: e06d7363 (C++ EH exception)
ExceptionFlags: 00000001
NumberParameters: 3
Parameter[0]: 19930520
Parameter[1]: 3e43b1d4
Parameter[2]: 7c047f0c
pExceptionObject: 3e43b1d4
_s_ThrowInfo : 7c047f0c
Type : class __non_rtti_object
Type : class bad_typeid
Type : class exception
0:119> .cxr 3e43acdc
eax=3e43b128 ebx=3e43b208 ecx=00000003 edx=00000000 esi=7c03fdb4 edi=3e43b1b8
eip=752bd36f esp=3e43b128 ebp=3e43b178 iopl=0 nv up ei pl nz ac pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000216
KERNELBASE!RaiseException+0x54:
752bd36f c9 leave
0:119> kpn
*** Stack trace for last set context - .thread/.cxr resets it
# ChildEBP RetAddr
WARNING: Stack unwind information not available. Following frames may be wrong.
00 3e43b178 7c01ba05 KERNELBASE!RaiseException+0x54
01 3e43b1b8 7c01c20e MSVCR70!CxxThrowException+0x34
02 3e43b218 052ab837 MSVCR70!_RTDynamicCast+0xdf
03 3e43b230 04f18340 xxx!xxxshort wChID = 26679, unsigned long * pulStationID = 0x0f004c38, unsigned long * pulModuleID = 0x00000000)+0x27 [xxxi.c @ 76]----
Exception analysis的更多相关文章
- Java中的异常Exception
涉及到异常类相关的文章: (1)异常类不能是泛型的 http://www.cnblogs.com/extjs4/p/8888085.html (2)Finally block may not comp ...
- 调试SQLSERVER (三)使用Windbg调试SQLSERVER的一些命令
调试SQLSERVER (三)使用Windbg调试SQLSERVER的一些命令 调试SQLSERVER (一)生成dump文件的方法调试SQLSERVER (二)使用Windbg调试SQLSERVER ...
- 通往WinDbg的捷径(二)
原文:http://www.debuginfo.com/articles/easywindbg2.html译者:arhat时间:2006年4月14日关键词:CDB WinDbg 保存 dumps 在我 ...
- lucene 3.0.2 搜索
1.lucene 词频 转载:http://mxdxm.iteye.com/blog/989031 lucene in action作为action系列,确实坚持了其实用性的特色.全书花了很大的篇幅来 ...
- Threadpool dump
Microsoft (R) Windows Debugger Version 10.0.10586.567 AMD64Copyright (c) Microsoft Corporation. All ...
- 通往WinDbg的捷径
通往WinDbg的捷径(一) 原文:http://www.debuginfo.com/articles/easywindbg.html译者:arhat时间:2006年4月13日关键词:CDB WinD ...
- 利用WinDbg找出程序崩溃的代码行号
之前碰到论坛里有几个好友,说程序不时的崩溃,什么xxoo不能read的! 如果光要是这个内存地址,估计你会疯掉~~ 所以分享一下基本的调试技巧,需要准备的工具有WinDbg + VC6.0, 下面是自 ...
- 为应用程序池“XX”提供服务的进程在与 Windows Process Activation Service 通信时出现严重错误
场景 WCF应用程序部署在IIS7中,使用net.tcp协议对外给几百台客户端提供服务,应用程序池不断崩溃重启. 分析过程 在事件查看器中看到的错误信息类似于 为应用程序池“XX”提供服务的进程在与 ...
- SQL Server 2012 R2升级到SQL Server 2016无法正常启动数据库服务解决方案
原定周末把公司的TFS升级到2018,由于TFS 2018需要SQL Server至少是2016以上版本,所以还需要将原来的SQL Server 2012 R2一并升级.今天早上负责的同事告诉我升级失 ...
随机推荐
- java websocket学习
引言: websocket,webservice傻傻分不清楚,都觉得是很高深的东西,理解中的webservice是一种协议,通信协议,类似http协议的那种,比如使用webservice协议调后台接口 ...
- L317 电子烟
Why it’s so hard to talk about e-cigarette risks A growing proportion of American adults consider va ...
- django中scrf的实现机制
第一步:django第一次响应来自某个客户端的请求时,后端随机产生一个token值,把这个token保存在SESSION状态中,后端把这个token放到cookie中交给前端页面. 第二步:下次前端需 ...
- 安装mongodb的msi步骤
1.首先从官网 http://www.mongodb.org/download 中下载最新的mongodb的文件包 (本人用的是msi文件) 2.打开msi文件,按照步骤依次完成 3.指定服务器端映射 ...
- React-native-camera error with Expo: undefined is not an object (evaluating 'CameraManager.Aspect')
React-native-camera error with Expo: undefined is not an object (evaluating 'CameraManager.Aspect') ...
- [转] 理解 LSTM 网络
[译] 理解 LSTM 网络 http://www.jianshu.com/p/9dc9f41f0b29 Recurrent Neural Networks 人类并不是每时每刻都从一片空白的大脑开始他 ...
- jQuery.Deferred exception: $.get is not a function TypeError: $.get is not a function
/********************************************************************** * jQuery.Deferred exception: ...
- 百练8216-分段函数-2016正式A题
百练 / 2016计算机学科夏令营上机考试 已经结束 题目 排名 状态 统计 提问 A:分段函数 查看 提交 统计 提问 总时间限制: 1000ms 内存限制: 65536kB 描述 编写程序 ...
- Educational Codeforces Round 54 ---1076ABCDE
1076A---Minimizing the String[字符串] http://codeforces.com/contest/1076/problem/A 题意: 删掉字符串中的一个字符使得得到的 ...
- 大型网站系统与Java中间件实践读书笔记
转载:http://blog.csdn.net/ioscodelover/article/details/45047869 1.分布式系统相对集中式而言,是指多台计算机互相通过消息通信进行协作而对外提 ...