Trap (computing)
From Wikipedia, the free encyclopedia
"Kernel trap" redirects here. For the website, see KernelTrap.
In computing and operating systems, a trap is a type of synchronous interrupt typically caused by an exceptional condition (e.g. division by zero or invalid memory access) in a user process. A trap usually results in a switch to kernel mode, wherein the operating system performs some action before returning control to the originating process. In some usages, the term trap refers specifically to an interrupt intended to initate a context switch to a monitor program or debugger.[1] In SNMP, a trap is a type of PDU used to report an alert or other asynchronous event about a managed subsystem.