/hg/icedtea-web: Added comment about X error javafx is getting r...
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Wed Feb 7 10:33:58 UTC 2018
changeset f2717977a1b3 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=f2717977a1b3
author: Jiri Vanek <jvanek at redhat.com>
date: Wed Feb 07 11:33:50 2018 +0100
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
diffstat:
tests/reproducers/custom/JavaFx/testcases/JavaFxTest.java | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (25 lines):
diff -r e9d1156e0e54 -r f2717977a1b3 tests/reproducers/custom/JavaFx/testcases/JavaFxTest.java
--- 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 {
More information about the distro-pkg-dev
mailing list