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
the source cause for the error is usually something else that made trio's runtime crash.
in my most recent case it was this (my guess is this was the issue in #332):
problem
As a starter NOTE: this probably has much in common with what goodboy/tractor#165 is trying to solve..
I've seen this crash a few times now that often results in a hang instead of a full crash due to the original error:
the source cause for the error is usually something else that made
trio
's runtime crash.in my most recent case it was this (my guess is this was the issue in #332):
no clue, but after hitting
ctrl-c
after such a traceback i get something like:at which point further
ctrl-c
s do nothing..solutions
try/catch
guards aroundChartPlotWidget.[pause/resume]_all_feeds()
ChartView.[start/signal]_ic()
methods?The text was updated successfully, but these errors were encountered: