You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When aborting a fiber, we need to activate it once more, to then leave
it for good by raising an `AbortException. Problem was that that
exception ended up being caught by user code because it was derived
from `std::exception`. This change removes the base class so that the
exception is guaranteed to go back to the managing fiber code, where
we just ignore it.
(cherry picked from commit 193c335)
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
2
-
[error] terminating with uncaught exception of type spicy::rt::SinkError: sink cannot update initial sequence number after activity has already been seen (<...>/wrong-init-seq.spicy:20:19-38:1)
2
+
[error] terminating with uncaught exception of type spicy::rt::SinkError: sink cannot update initial sequence number after activity has already been seen (<...>/wrong-init-seq.spicy:14:9-14:50)
0 commit comments