分段错误是如何抛出的?
什么决定了分段错误以及信号是如何发送的? 具体来说,在 Ubuntu 或任何 Linux 操作系统中。
What determines a segmentation fault and how is the signal sent?
Specifically, in Ubuntu or any Linux OS.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Linux 本节 Kernel Primer 详细描述了如何在 x86 架构上检测分段错误以及如何在 Linux 中处理这些架构特定的细节。
This section of the Linux Kernel Primer provides a detailed description both of the architecture-specific details of how segmentation faults are detected on the x86 architecture and of how they are then handled in Linux.