The swing application is a simple window containing a JTable, filled using a JTableModel containing Boolean data, therefore rendered as checkboxes. See attachements for source files (MainWindow and TheTableModel)
Application compiled with jdk 1.4.2_06-ea.
For some users (not all of them), if they launch the application from a XDMCP session using jre 1.5.0_01-ea, the application crashes when then click one of the checkboxes, i.e. the window disappear, the JVM returns, a hs_err_pidxxx.log file is created (see attachement).
The problem doesn't happen with jre 1.4.2_06-ea.
A similar problem has been observed with JComboBox.
###@###.### 2004-12-03 15:55:20 GMT