On Dec 10, 2013, at 1:49 AM, Volker Simonis <[email protected]> wrote:
> > > On Monday, December 9, 2013, Sergey Bylokhov wrote: > Hi, Volker. > On 09.12.2013 22:49, Volker Simonis wrote: > If I run this test standalone or within JTreg with '-othervm' option > on Linux the test displays a frame with the close icon and then it > throws an sun.awt.SunToolkit$OperationTimedOut() exception because of > the call to SunToolkit.realSync(): > > Exception in thread "main" sun.awt.SunToolkit$OperationTimedOut: 10001 > at sun.awt.X11.XToolkit.syncNativeQueue(XToolkit.java:2427) > at sun.awt.SunToolkit.realSync(SunToolkit.java:1501) > at bug8016551.main(bug8016551.java:40) > What's a bug. This code should not fail. What window manager did you use? > > I use xfce with ubuntu 12.04. I can try different ones tomorrow if you think > it is related to the window manager. Ah, I see⦠This is a known problem: https://bugs.openjdk.java.net/browse/JDK-7033533 Regards, Leonid.
