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

Server hangs / doesn't respond #25

Open
noyainrain opened this issue Dec 10, 2015 · 1 comment
Open

Server hangs / doesn't respond #25

noyainrain opened this issue Dec 10, 2015 · 1 comment
Labels

Comments

@noyainrain
Copy link
Owner

Very rarely the server stops answering requests despite the process still running.

@noyainrain noyainrain added the bug label Dec 10, 2015
@noyainrain noyainrain self-assigned this Dec 10, 2015
@noyainrain noyainrain modified the milestones: Beta 2, 32c3 Dec 10, 2015
@noyainrain noyainrain removed their assignment Dec 17, 2015
@noyainrain noyainrain modified the milestone: 32c3 Dec 17, 2015
@noyainrain
Copy link
Owner Author

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:

thread apply all py-bt

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

No branches or pull requests

1 participant