mirror of
https://github.com/corda/corda.git
synced 2025-03-03 12:57:29 +00:00
fix callContinuation regression
callContinuation failed to call the correct continuation when feeding it an exception due to a regression introduced with the Thread.getStackTrace changes.
This commit is contained in:
parent
74930d75e7
commit
98b82a9bc1
@ -6638,6 +6638,8 @@ callContinuation(MyThread* t, object continuation, object result,
|
||||
if (exception) {
|
||||
t->exception = exception;
|
||||
|
||||
MyThread::TraceContext c(t, ip, stack, base, continuation, t->trace);
|
||||
|
||||
findUnwindTarget(t, &ip, &base, &stack, &continuation);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user