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

GTK applications hang on quit if a file dialog was displayed. #2664

Open
philstopford opened this issue Jun 12, 2024 · 1 comment
Open

GTK applications hang on quit if a file dialog was displayed. #2664

philstopford opened this issue Jun 12, 2024 · 1 comment

Comments

@philstopford
Copy link
Contributor

Expected Behavior

No hang on quit

Actual Behavior

Application hangs on quit (window disappears, but you will see the process still running in the process list

Steps to Reproduce the Problem

  1. Open a file dialog in Eto.Test or similar
  2. Quit the application
  3. Hang

Code that Demonstrates the Problem

[Paste your code here]

Specifications

  • Version: 2.8.3
  • Platform(s): Gtk
  • Operating System(s): Linux (Arch)
@philstopford
Copy link
Contributor Author

Workaround is to manually dispose of the dialogs after they are no longer needed. This avoids the hang on quit.

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

No branches or pull requests

1 participant