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
It may make sense to extract the debug thread and SIGUSR1 signal handler for printing thread stacks from Mopidy and into Pykka. It is a very useful tool for debugging e.g. deadlocks.
It may make sense to extract the debug thread and SIGUSR1 signal handler for printing thread stacks from Mopidy and into Pykka. It is a very useful tool for debugging e.g. deadlocks.
For a working implementation, see:
https://github.com/mopidy/mopidy/blob/develop/mopidy/utils/process.py#L84
The text was updated successfully, but these errors were encountered: