Reputation: 10483
What determines a segmentation fault and how is the signal sent? Specifically, in Ubuntu or any Linux OS.
Upvotes: 1
Views: 185
Reputation: 24140
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.
Upvotes: 2