Oracle Linux 7u6, Oracle JDK-8u211, SQL Developer-19.1.0.094.2042
Can start it and use it once or twice. After that, it crashes every time with the following error:
[oracle@XXXXXX ]$ sqldeveloper.sh
Oracle SQL Developer
Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
(java:19706): Gdk-ERROR **: 03:53:30.281: The program 'java' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 12634 error_code 141 request_code 139 minor_code 6)
(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.)
/u01/app/oracle/sqldeveloper/sqldeveloper/bin/../../ide/bin/launcher.sh: line 1606: 19706 Trace/breakpoint trap ${JAVA} "${APP_VM_OPTS[@]}" ${APP_ENV_VARS} -classpath ${APP_CLASSPATH} ${APP_MAIN_CLASS} "${APP_APP_OPTS[@]}"
If I remove the directory $HOME/.sqldeveloper/system19.1.0.094.2042 then I can suscessfully restart it, but aftger closing and restarting, it return to crashing immediately upon displaying the first window.