changeset 1492:f2717977a1b3

Added comment about X error javafx is getting randomly. Suprsing is, that awt splasshcreen is visible, and after it also itw error dialogue is visible
author Jiri Vanek <jvanek@redhat.com>
date Wed, 07 Feb 2018 11:33:50 +0100
parents e9d1156e0e54
children e6d627b32ca0
files tests/reproducers/custom/JavaFx/testcases/JavaFxTest.java
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/reproducers/custom/JavaFx/testcases/JavaFxTest.java	Wed Feb 07 11:21:38 2018 +0100
+++ b/tests/reproducers/custom/JavaFx/testcases/JavaFxTest.java	Wed Feb 07 11:33:50 2018 +0100
@@ -51,6 +51,21 @@
     private static final String done = "jnlp-javafx can be terminated";
     public static final ServerAccess server = new ServerAccess();
 
+    /*
+     * Randomly seeing:
+     * 
+(javaws:13906): Gdk-ERROR **: The program 'javaws' received an X Window System error.
+This probably reflects a bug in the program.
+The error was 'RenderBadPicture (invalid Picture parameter)'.
+  (Details: serial 7754 error_code 141 request_code 138 minor_code 7)
+  (Note to programmers: normally, X errors are reported asynchronously;
+   that is, you will receive the error a while after causing it.
+   To debug your program, run it with the --sync command line
+   option to change this behavior. You can then get a meaningful
+   backtrace from your debugger if you break on the gdk_x_error() function.)
+    
+     *  Suprsing is, that awt splasshcreen is visible, and after it also itw error dialogue is visible
+     */
     @Test
     @NeedsDisplay
     public void testJavawsJNLP() throws Exception {