This is concurrency issue. Such test would be unstable or take a lot of time.

On 7/14/2015 1:08 PM, Sergey Bylokhov wrote:
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



Reply via email to