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

tools: editor should force exit its subprocesses after wait timeout #127

Open
dbartolini opened this issue Jan 17, 2023 · 0 comments
Open
Labels

Comments

@dbartolini
Copy link
Collaborator

Similarly to how launcher.vala does with GLib.Timeout.

Currently, after a process is asked to exit, the editor waits for its socket to disconnect. Unfortunately, this method does not support GTK's cancellable interface and infinite waits may happen.

We should use the Luancher's wait() interface, removing the socket waiting altogether.

@dbartolini dbartolini added the bug label Jan 17, 2023
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