Robert Shearman rob@codeweavers.com writes:
The idea is that the ole_filter will catch all exceptions other than page faults so that we don't hide obvious programmer errors. However, there obviously should be cases for some other exceptions that we don't want to handle.
That doesn't sound right, we should have cases for exceptions that we want to handle, not catching all of them. What sort of exceptions do you expect to get here?