Y
Hacker News
new
|
ask
|
show
|
jobs
by
lpapez
1311 days ago
You are arguing on technicalities. By your logic signals are also exceptions, and so is poking a screwdriver into the RAM port. Makes no sense.
2 comments
fulafel
1311 days ago
On hw level, memory access errors and hardware malfunctions are often called exceptions. For example, on x86 the MCE architecture does this.
link
pjmlp
1311 days ago
Windows exceptions are the equivalent of UNIX signals.
On hardware level exceptions are a synonym for traps.
link