JDK-8116834 : Linux: JFXPanelColorCube, in toys/ColorCube/, crashes when using es2 pipe
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.1
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2012-01-18
  • Updated: 2015-06-17
  • Resolved: 2012-02-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
fx2.1Resolved
Related Reports
Relates :  
Description
This crash only happens on Linux, and runs fine on Mac and Windows (es2 pipe).
 
cyang@jadayang-desktop:~/java/javafx/210/jfx/rt-closed/toys/ColorCube$ jjfx -Dprism.order=es2  colorcube/JFXPanelColorCube
createScene: calling Platform.runLater
Platform.runLater :: run
PlatformImpl.runLater returns
The program '<unknown>' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 0 error_code 3 request_code 128 minor_code 16)
  (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.)

Comments
I've verified that the fix to RT-19766 fixes this bug.
24-02-2012

This might be a duplicate or related to RT-19766
22-02-2012