Trap (computing)

From Wikipedia, the free encyclopedia

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.

[edit] See also

[edit] References

  1. ^ The Jargon File, version 4.4.7 (2003-10-27). Retrieved on 2007-02-03.
Languages