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

Deadlock in load_system with wrong path #131

Open
parmigggiana opened this issue Nov 14, 2024 · 0 comments
Open

Deadlock in load_system with wrong path #131

parmigggiana opened this issue Nov 14, 2024 · 0 comments
Labels
bug Something isn't working client server

Comments

@parmigggiana
Copy link
Member

Basilico was hanging when the pinolo sent the load system command with a wrong path, which was caused by the image folder path in pinolo not having a trailing /. That wasn't a problem in listing and selecting the image, but then the full path was sent by concatenating strings. This was fixed in 0055028, but the same problem might still be around in other parts of the codebase. It might be good to figure out what was causing the deadlock in the first place when an error should have been returned.

@lvps lvps added the bug Something isn't working label Nov 14, 2024
@lvps lvps added this to the Short term things 2.0 milestone Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client server
Projects
None yet
Development

No branches or pull requests

2 participants