📜  linux 中的异常 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:54.350000             🧑  作者: Mango

代码示例1
Most exceptions issued by the CPU are interpreted by Linux as error conditions. When one of them occurs, the kernel sends a signal to the process that caused the exception to notify it of an anomalous condition. Handle the exception by means of a high-level C function.