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

glscopeclient hangs during startup when opening nonexistent file #214

Closed
azonenberg opened this issue Oct 5, 2020 · 0 comments
Closed
Labels
bug Something isn't working core Core application logic

Comments

@azonenberg
Copy link
Collaborator

The YAML::BadFile exception handler in DoFileOpen() tries to show a Gtk::MessageDialog but this hangs in PollScopes() deep inside a GTK event loop. We shouldn't be polling scopes in an error handler and the polling shouldn't be hanging with 100% CPU either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Core application logic
Projects
None yet
Development

No branches or pull requests

1 participant