c语言段错误小结..docVIP

  • 5
  • 0
  • 约1.28万字
  • 约 18页
  • 2017-01-11 发布于重庆
  • 举报
c语言段错误小结.

C段错误总结 C语言 2009-02-17 11:49:51 阅读21 评论0 ??字号:大中小?订阅 A segmentation fault (often shortened to segfault) is a particular error condition that can occur during the operation of computer software. In short, 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 (e.g., attempts to write to a read-only location, or to overwrite part of the operating system). Systems based on processors like the Motorola 68000 tend to refer to these events as Address or Bus errors. Segme

文档评论(0)

1亿VIP精品文档

相关文档