Eric Pouech pouech-eric@wanadoo.fr writes:
If you suppose no app would ever set its own vectored handler at the beginnnig of the vector... One could argue that no well behaved application should do it, but well...
That would only be a problem if the app tries to handle the exception. I think that's unlikely since even on Windows you can get internal exceptions (for instance the IsBad* functions) so an app would have to be able to pass through the things it doesn't know how to handle.