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
See the branch volhovm/16112-reproduce-deadlock in mina repo: the first commit, which adds some printing into srs.rs leads to the situation where the test deadlocks. Here's the minimal commit.
It is also reproducible on top of compatible in this branch: volhovm/16112-reproduce-deadlock-from-compatible, again see the first commit in that branch.
I'm suspecting the problem is with printing in particular. Something in the worker-main thread communication layer breaks with printing being done from the rust side earlier. Double checking how the stdout/stderr is handled around rpc would be a good start maybe.
The text was updated successfully, but these errors were encountered:
See the branch
volhovm/16112-reproduce-deadlock
inmina
repo: the first commit, which adds some printing intosrs.rs
leads to the situation where the test deadlocks. Here's the minimal commit.eddb06f
It is also reproducible on top of
compatible
in this branch:volhovm/16112-reproduce-deadlock-from-compatible
, again see the first commit in that branch.Steps to reproduce:
I'm suspecting the problem is with printing in particular. Something in the worker-main thread communication layer breaks with printing being done from the rust side earlier. Double checking how the stdout/stderr is handled around rpc would be a good start maybe.
The text was updated successfully, but these errors were encountered: