-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reconnect hangs silently #21
Comments
Stracing this process reveals:
|
Edit: I'm not sure it was stuck here - I suspect someone restarted it before I got to it! I have hit what I suspect to be this problem a few times. I attached a debugger to try to get some information. Nothing super helpful but I include it here in case it's useful to anyone `(dlv) gr (dlv) bt (dlv) grs |
Whenever my bot disconnects from an IRC network (irc.cat.pdx.edu) due to the following error:
it fails to reconnect (I cannot
/whois
the bot on the network). The bot will remain in this state until I ctrl+Z andkill -9 %1
it. I do this because in this state the bot does not handle SIGTERMs well: it hangs after printingThe text was updated successfully, but these errors were encountered: