Dan Sugalski <[EMAIL PROTECTED]> wrote:

> And the issue of what happens when we're running threaded and the
> wrong thread gets the signal. (Figuring out which thread gets
> notified of a signal in general is going to be... fun)

Yep, that's a problem. The plan is, to configure that per platform. *If*
the platform signals SIGFPE on integer divide by zero and delivers the
signal in a known way (e.g. to the offending thread), we can use it, and
save the explicit if-its-zero-check.

leo

Reply via email to