首页 > 移动平台 > 详细

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

时间:2014-01-28 00:36:33      阅读:864      评论:0      收藏:0      [点我收藏+]

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

bubuko.com,布布扣

 

A:

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

错误提示堆栈

bubuko.com,布布扣

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

原文:http://www.cnblogs.com/iclk/p/3533824.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!