Could we potentially make use of the exception stack here now? ```suggestion catch close(chnl) retval = Base.ExceptionStack(Any[capture_exception(ex...) for ex in current_exceptions()]) end ``` _Originally posted by @vtjnash in https://github.com/JuliaLang/julia/pull/42105#discussion_r780423800_