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

Delayed Shutdown on Cmd-Q #16458

Open
AliveDevil opened this issue Oct 29, 2024 · 3 comments
Open

Delayed Shutdown on Cmd-Q #16458

AliveDevil opened this issue Oct 29, 2024 · 3 comments
Assignees
Labels
bug interface User Interface

Comments

@AliveDevil
Copy link
Contributor

AliveDevil commented Oct 29, 2024

Similarly to #16442, macOS interface locks up, and eventually closes, after timing out, when hitting Cmd-Q.

Screen.Recording.2024-10-29.at.11.20.13.mp4

Spindump.txt
16458.log

@dkocher
Copy link
Contributor

dkocher commented Oct 30, 2024

2024-10-29 11:27:42,597 [main] INFO  ch.cyberduck.core.threading.DefaultBackgroundExecutor - Terminating concurrent executor thread pool ch.cyberduck.core.threading.DispatchThreadPool@177c41d7
2024-10-29 11:27:42,597 [main] INFO  ch.cyberduck.core.threading.ExecutorServiceThreadPool - Shutdown pool ch.cyberduck.core.threading.DispatchExecutorService@4f327096 now
2024-10-29 11:27:43,602 [main] WARN  ch.cyberduck.core.threading.ExecutorServiceThreadPool - Await termination for pool ch.cyberduck.core.threading.DispatchExecutorService@4f327096

@dkocher
Copy link
Contributor

dkocher commented Oct 30, 2024

Would require to force shutdown the executor pool on quit.

@AliveDevil
Copy link
Contributor Author

Same is true for Windows interface.

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

No branches or pull requests

3 participants
@dkocher @AliveDevil and others