Finding:

Thread 119:1f7c

Exception Code 0xE06D7363

From https://support.microsoft.com/en-us/help/185294/prb-exception-code-0xe06d7363-when-calling-win32-seh-apis

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的更多相关文章

  1. Java中的异常Exception

    涉及到异常类相关的文章: (1)异常类不能是泛型的 http://www.cnblogs.com/extjs4/p/8888085.html (2)Finally block may not comp ...

  2. 调试SQLSERVER (三)使用Windbg调试SQLSERVER的一些命令

    调试SQLSERVER (三)使用Windbg调试SQLSERVER的一些命令 调试SQLSERVER (一)生成dump文件的方法调试SQLSERVER (二)使用Windbg调试SQLSERVER ...

  3. 通往WinDbg的捷径(二)

    原文:http://www.debuginfo.com/articles/easywindbg2.html译者:arhat时间:2006年4月14日关键词:CDB WinDbg 保存 dumps 在我 ...

  4. lucene 3.0.2 搜索

    1.lucene 词频 转载:http://mxdxm.iteye.com/blog/989031 lucene in action作为action系列,确实坚持了其实用性的特色.全书花了很大的篇幅来 ...

  5. Threadpool dump

    Microsoft (R) Windows Debugger Version 10.0.10586.567 AMD64Copyright (c) Microsoft Corporation. All ...

  6. 通往WinDbg的捷径

    通往WinDbg的捷径(一) 原文:http://www.debuginfo.com/articles/easywindbg.html译者:arhat时间:2006年4月13日关键词:CDB WinD ...

  7. 利用WinDbg找出程序崩溃的代码行号

    之前碰到论坛里有几个好友,说程序不时的崩溃,什么xxoo不能read的! 如果光要是这个内存地址,估计你会疯掉~~ 所以分享一下基本的调试技巧,需要准备的工具有WinDbg + VC6.0, 下面是自 ...

  8. 为应用程序池“XX”提供服务的进程在与 Windows Process Activation Service 通信时出现严重错误

    场景 WCF应用程序部署在IIS7中,使用net.tcp协议对外给几百台客户端提供服务,应用程序池不断崩溃重启. 分析过程 在事件查看器中看到的错误信息类似于 为应用程序池“XX”提供服务的进程在与 ...

  9. SQL Server 2012 R2升级到SQL Server 2016无法正常启动数据库服务解决方案

    原定周末把公司的TFS升级到2018,由于TFS 2018需要SQL Server至少是2016以上版本,所以还需要将原来的SQL Server 2012 R2一并升级.今天早上负责的同事告诉我升级失 ...

随机推荐

  1. 100Mbps和100MB/s

    作为毕业2年计算机专业的学生,现在才知道100Mbps和100MB/s的概念,实在是渣. Mbps=Mbit/s即兆比特每秒.Million bits per second的缩写传输速率是指设备的的数 ...

  2. 1449 - The user specified as a definer('xxx'@'%') does not exist

    指定的用户不存在,创建相应的账户即可,注意主机那里填的内容,我的这个是@'%'所以不用填任何内容.

  3. 杭电多校第四场 E Matrix from Arrays

    Problem E. Matrix from Arrays Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 262144/262144 ...

  4. <Parquet><Physical Properties><Best practice><With impala>

    Parquet Parquet is a columnar storage format for Hadoop. Parquet is designed to make the advantages ...

  5. nodejs .http模块, cheerio模块 实现 小爬虫.

    代码: var http = require("http"); var cheerio = require("cheerio"); var url = 'htt ...

  6. elasticsearch学习笔记——安装,初步使用

    前言 久仰elasticsearch大名,近年来,fackbook,baidu等大型网站的搜索功能均开始采用elasticsearch,足见其在处理大数据和高并发搜索中的卓越性能.不少其他网站也开始将 ...

  7. django本身提供了runserver,为什么不能用来部署(runserver与uWSGI的区别)

    runserver方法是调试django时经常用到的运行方式,它使用django自带的. WSGI Server 运行,主要在测试和开发使用,并且runserver 开启的方式也是单线程. uWSGI ...

  8. python列表(list)的使用技巧及高级操作

    python列表(list)的使用技巧及高级操作置顶 2018年03月25日 13:39:41 顽劣的石头 阅读数:5478 标签: python extend bisect list enumera ...

  9. embedding与word2vec

    embedding是指将目标向量化,常用于自然语言处理(如:Word2Vec).这种思想的意义在于,可以将语义问题转换为数值计算问题,从而使计算机能够便捷处理自然语言问题.如果采用传统的One-hot ...

  10. VS Code 使用小技巧

    所有插件查找地址(https://marketplace.visualstudio.com/) 编码快捷方式(http://docs.emmet.io/cheat-sheet/) 安装插件出现  错误 ...