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
I am getting the LOADING screen with no additional info.
Note than I'm having to use the https://github.com/ceandreasen/slack-term branch because I need the cookie support, so it's possible (doesn't seem likely to me) the hang is due to this code (commits f23b638 and 21ddbfc, so feel free to close this if this is not appropriate. I hoped I could at least get some pointers on how to debug by posting here.
When I do not have a valid token or invalid cookie (xoxd) token, I get the 'invalid token' message right away.
When I have valid tokens, the screen hangs with LOADING, and I have to kill the process.
adding -debug didn't seem to produce any output or a log file anywhere that I could tell.
running strace -p <iid> shows it hanging on futex(0xab66c8, FUTEX_WAIT_PRIVATE, 0, NULL
running gdb slack-term shows it starting 5 new threads. I don't seem to be able to interrupt to get any more info (not a gdb expert)
The workspace I'm trying to access may be fairly large.
If anyone has any ideas or debugging tips, let me know, and again I apologize if this is not the right place to ask for help. Thanks!
I am getting the LOADING screen with no additional info.
Note than I'm having to use the https://github.com/ceandreasen/slack-term branch because I need the cookie support, so it's possible (doesn't seem likely to me) the hang is due to this code (commits f23b638 and 21ddbfc, so feel free to close this if this is not appropriate. I hoped I could at least get some pointers on how to debug by posting here.
LOADING
, and I have to kill the process.-debug
didn't seem to produce any output or a log file anywhere that I could tell.strace -p <iid>
shows it hanging onfutex(0xab66c8, FUTEX_WAIT_PRIVATE, 0, NULL
gdb slack-term
shows it starting 5 new threads. I don't seem to be able to interrupt to get any more info (not a gdb expert)If anyone has any ideas or debugging tips, let me know, and again I apologize if this is not the right place to ask for help. Thanks!
Version: latest https://github.com/ceandreasen/slack-term
Installation method: build from source
The text was updated successfully, but these errors were encountered: