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

Manager gets stuck on "Communicating with boinc client" #5518

Closed
kotenok2000 opened this issue Feb 12, 2024 · 4 comments
Closed

Manager gets stuck on "Communicating with boinc client" #5518

kotenok2000 opened this issue Feb 12, 2024 · 4 comments

Comments

@kotenok2000
Copy link

kotenok2000 commented Feb 12, 2024

Describe the bug
Boinc manager got stuck on "Communicating with boinc client" if system lags during communication because of memory exhaustion.

Boinctasks can connect just fine.
Steps To Reproduce
1.
2.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

System Information

  • OS: 10.0.22631.3007
  • BOINC Version: 7.24.1

Additional context
It seems as if response to a request gets lost, and boinc manager remains content to wait for a response infinitely, without timing out.

@CharlieFenton
Copy link
Contributor

There is no easy way to do a simple timeout from this situation, as the lost RPC can potentially cause significant problems for the BOINC Manager. But if you click on the Cancel button, the Manager will reset its communications and try to recover.

What happens if you click on the Cancel button?

@wyzwon
Copy link

wyzwon commented May 24, 2024

@CharlieFenton

I experience these same symptoms on and off. Pressing the cancel button opens a prompt with a '"boincmgr" is not responding.' message. If I choose the wait options, the prompt reappears moments later, so "Force Quit" is the only way forward. Opening the application again brings me back to the start.

The machine in question is a Dell OptiPlex 755 running Ubuntu 22.04.4 LTS

The issue is not reliably solved with a computer restart. It just occasionally starts acting responsive again days or weeks later.

@CharlieFenton
Copy link
Contributor

CharlieFenton commented May 24, 2024

@wyzwon That is a Windows PC. I only work with Macs. But I can tell you that the communicating with client message is only a symptom indicating that the client is stuck and not responding to RPCs from the manager. I am not the right person to diagnose that actual problem.

@davidpanderson
Copy link
Contributor

The Manager makes periodic RPCs to the client (once/minute, more in some cases).
If the client is unresponsive (e.g. because of out-of-memory issues)
the Manager will show a 'Client not responding' error (modal dialog) for each one.

This behavior isn't as user-friendly as it could be,
but it's been this way forever and it's not clear what to do instead.

@AenBleidd AenBleidd closed this as not planned Won't fix, can't repro, duplicate, stale May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

5 participants