picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.52k stars 319 forks source link

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

Open philstopford opened 3 weeks ago

philstopford commented 3 weeks ago

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

philstopford commented 3 weeks ago

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