Skip to content
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

Hanging with LOADING screen #281

Open
evanbattaglia opened this issue Jul 10, 2024 · 0 comments
Open

Hanging with LOADING screen #281

evanbattaglia opened this issue Jul 10, 2024 · 0 comments

Comments

@evanbattaglia
Copy link

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!


Version: latest https://github.com/ceandreasen/slack-term
Installation method: build from source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant