JDK-6826196 : 3 JNLP-TCK tests crash on RHEL 3 since 6u12 b02 on openFile/saveFile dialog ( JNLP file services )
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6u14
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_redhat_3.0
  • CPU: x86
  • Submitted: 2009-04-03
  • Updated: 2011-01-19
  • Resolved: 2009-04-06
Related Reports
Duplicate :  
Description
OS/Platform: RHEL 3 x86
TCK: JNLP-TCK 6
Tests:
  api/javax_jnlp/FileOpenService/index.html#openFile
  api/javax_jnlp/FileOpenService/index.html#openMultiFile
  api/javax_jnlp/FileSaveService/index.html#interactive
  
JDK: crashes start since 6u12 b02, still happens in 6u14 b03, but all ok in 6u14 b04 ( !! ),see detailed results below:

    6u12 b01 j4b     - all OK
    6u12 b02 j4b     - crash
    6u12 b03 j4b     - crash
    6u12 b04 j4b fcs - crash
    6u12 rev b06 j4b - crash

    6u13 b01 j4b  ea   - crash
    6u13 b02 j4b  fcs  - OK !!!
    6u13 b03 j4b  fcs  - OK !!!
    6u13 b05 j4b  rev  - OK !!!

    6u14 b01 j4b  ea   - crash
    6u14 b02 j4b  ea   - crash
    6u14 b03 j4b  ea   - crash
    6u14 b04 j4b  ea   - OK !!!

Note: although there is no crash in 6u14 b04 j4b we still need to determine the root cause of these failures to avoid possible crashes in the next builds/updates.

Desc:
   Failed JNLP tests tries to use openFile/saveFile services and crashes on attempt to open/show
   file dialog window. See attached:
      rhel3-6u14b03j4b-before_crash.JPG  - latest successful action before crash, test asks permission to access to filesystem
      hs_err* file - from testrun with 6u14 b03 j4b
      openFileTests.java - test source
According to hs_err* file the problem happens in native code ( libgtk-x11-2.0.so ).

Comments
EVALUATION looks like fix # 6804221 resolved this issue.
06-04-2009