Elliot Shank wrote: >STDERR isn't being unlocalized when there's an unhandled exception. ... >It's as if the lexical scope isn't being left. It's the dynamic scope that matters, not the lexical scope, but yes, that's exactly what's happening. The stack doesn't get unwound before an uncaught exception gets written to stderr. I concur that this is a bug. -zeframThread Previous | Thread Next