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
To further investigate the problem, we need a stack trace of the hanging process. This can be achieved with gdb (which has Python support, available in Debian package python3-dbg).
First we need to attach to the running process:
gdb -p {pid}
Then we can get the stack traces for all threads with:
Very rarely the server stops answering requests despite the process still running.
The text was updated successfully, but these errors were encountered: