您的位置:首页 > 其它

Segmentation fault(bus error or access violation)的原因

2013-01-24 15:44 477 查看
http://en.wikipedia.org/wiki/Segmentation_fault

A segmentation fault occurs when a program attempts to access a
memory location that it is not allowed to access, or attempts to access a memory location in a way that is not allowed (for example, attempting to write to a

read-only location, or to overwrite part of the
operating system).
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐