Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

exception in linux

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.
 
PREVIOUS NEXT
Tagged: #exception #linux
ADD COMMENT
Topic
Name
2+8 =