From:  https://stackoverflow.com/questions/16612444/catch-a-memory-access-violation-in-c

In C++, is there a standard way (or any other way, for that matter) to catch an exception triggered by a memory access violation?

For example, if something went wrong and the program tried to access something that it wasn't supposed to, how would you get an error message to appear saying "Memory Access Violation!" instead of just terminating the process and not showing the user any information about the crash?

I'm programming a game for Windows using MinGW, if that helps any.

[Answer]

Access violation is a hardware exception and cannot be caught by a standard try...catch.

Since the handling of hardware-exception are system specific, any solution to catch it inside the code would also be system specific.

On Unix/Linux you could use a SignalHandler to do catch the SIGSEGV signal.

On Windows you could catch these structured exception using the __try/__except statement.

最新文章

  1. ZooKeeper简介
  2. ERROR ITMS-90167: "No .app bundles found in the package"错误
  3. LVS集群类型
  4. 完全背包问题 POJ1384
  5. SU suwind命令学习
  6. linux第5天 socket api
  7. javaweb 学习的好地方
  8. OO的ALV隐藏工具栏的form
  9. 具体评论ExpandableListView显示和查询模仿QQ组列表用户信息
  10. 浅谈并发和tomcat线程数
  11. Prerequisite check "CheckActiveFilesAndExecutables" failed.
  12. TCP/IP协议栈模型
  13. 《设计模式之禅》--MVC框架
  14. 5分钟学习spark streaming之 轻松在浏览器运行和修改Word Counts
  15. 笔记:MyBatis Mapper XML文件详解 - Cache
  16. Spring 框架中注释驱动的事件监听器详解
  17. 帆软报表(finereport)使用row_number ()进行组内排序
  18. 复习IIC协议---以AT24C02为例
  19. IT人保护视力的10个有效方法
  20. SpringBoot 使用 MyBatis 分页插件 PageHelper 进行分页查询

热门文章

  1. Oracle中start with...connect by子句的用法
  2. HDFS常用API(1)
  3. Zookeeper的概述、安装部署及选举机制
  4. Java 之 JavaScript (一)
  5. 【LeetCode算法-7】Reverse Integer
  6. Github入门操作实录
  7. linux 学习笔记 cpio命令
  8. maven仓库设置
  9. TCP粘包问题
  10. js发送邮件 不会调用客户端。