Closed mokus0 closed 12 years ago
The callWithExceptions function in Invocation.m is supposed to catch all exceptions thrown during the call it wraps. Somehow it appears to be missing some (but not all) of them.
callWithExceptions
Invocation.m
This is on Mac OS X 10.7.3 with XCode 4.3 and GHC 7.4.1 for x86_64.
This appears to no longer be a problem.
The
callWithExceptions
function inInvocation.m
is supposed to catch all exceptions thrown during the call it wraps. Somehow it appears to be missing some (but not all) of them.This is on Mac OS X 10.7.3 with XCode 4.3 and GHC 7.4.1 for x86_64.