A CUST application is using java and C++, in a C++ library they are using XtAddEventHandler() and XtAddCallback() in order to capture X11 event in an AWT Canvas.
This application are able to capture X11 event using Java 1.4 or 1.5 but fails using 1.6
CUST provide a test case, this test case is showing this issue as soon we are using 1.6 version
To build it and run it, just edit build script and change JAVAHOME
here is the result on a Solaris 10 sparc box.
Build on | java runtime | status
1.4.2 | 1.4.2 | OK
1.4.2 | 1.6.0 | KO
1.5.0_17 | 1.5.0_17 | OK
1.5.0_17 | 1.6.0 | KO
1.6.0 | 1.6.0 | KO
It seems that some thing in the 1.6 java runtime broke CUST application