On 13.07.15 16:59, Semyon Sadetsky wrote:
Yet another issue I found in the GTK file chooser code is a dispose concurrency issue. The GTK dialog widget is being created in a separate thread upon the setVisible(true) call but it can be hidden or disposed without any synchronization with this thread. It can prevent the VM from stopping if the dialog is hidden or disposed right after its creation. This also was fixed in the proposed solution.

Is it possible to write the test for this issue also?


--Semyon


--
Best regards, Sergey.

Reply via email to