This application has request the Runtime to terminate it in an unusual way.
Q: CertsMV.exe gui popup two dialogs as follow.

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

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

A:
错误提示堆栈
