RtlWerpReportException failed with status code :-1073741823

Posted 奥雷连诺

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RtlWerpReportException failed with status code :-1073741823相关的知识,希望对你有一定的参考价值。

在release下程序运行总是崩溃;debugView输出了这个崩溃信息,

 

1. 一开始是release看崩溃,各种二分法找崩溃点,太玄没找到;

2. 终于想到可以调试,我草,调试一下瞬间发现某个class 析构函数崩溃;

3. 想到以前遇到过.h和class不匹配的问题,原因是.h总是会拷贝到include中,没有及时拷贝过去,导致.h和.cpp不一致,class对象delete崩溃;

4. 解决方法,保持一致就行了。  include目录的中头文件,要命令行及时更新,或者直接放弃这种方法。

以上是关于RtlWerpReportException failed with status code :-1073741823的主要内容,如果未能解决你的问题,请参考以下文章

Qt error--Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch t

Python:从父子关系计算路径

Stacking Font-Awesome Star Icons (fa-star & fa-star-half)

react-icons/fa 安装失败:尝试导入错误:“FaStar”未从“react-icons/fa”导出

华为HCIE云计算之FA云桌面发放(Microsoft AD方式)

使用 2FA 为 Github CI 配置 Jenkins