K 10 svn:author V 2 dg K 8 svn:date V 27 1994-02-08T12:58:44.000000Z K 7 svn:log V 282 From: Dave Matthews Description: The integer overflow instruction (into) and the interrupt instruction with value 4 (int #4) both give rise to SIGBUS signals rather than SIGFPE. The problem is that overflow is a trap not a fault (unlike the BOUND instruction). END