Q: CertsMV.exe  gui popup two dialogs as follow.

This application has request the Runtime to terminate it in an unusual way.

 

A:

  1. 测试发现是分配内存导致,频繁分配内存(大约6M)
  2. 可能是堆管理导致 分配大内存分配失败,程序未对 malloc 返回做检测
  3. 导致后续的memset ,memcpy 脏数据,系统的异常处理抛出错误提示框(windows默认处理)

错误提示堆栈

This application has request the Runtime to terminate it in an unusual way.

 

相关文章:

  • 2021-06-25
  • 2021-07-27
  • 2022-12-23
猜你喜欢
  • 2021-09-11
  • 2021-06-28
  • 2022-12-23
  • 2021-11-17
  • 2021-09-19
相关资源
相似解决方案