Comment 2 for bug 396974

Revision history for this message
Leslie P. Polzer (polzer-gnu) wrote : Re: unbound slot in division-by-zero

Alternative:

* ensure that we don't get to handle SIGFPE at all for conditions where operands are needed (at least warn and set the operands to NIL).

* check for division by zero in function / (numbers.lisp), but only if we are in that particular float mode that actually throws an exception in this case.