JDK-6497279 : api/java_awt/interactive/PageDialogTest.html#PageDialogTest crashes java5.0 on Vista
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 5.0u10,5.0u11
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.5.1,windows_vista
  • CPU: x86,sparc
  • Submitted: 2006-11-24
  • Updated: 2012-03-22
  • Resolved: 2006-11-28
Related Reports
Duplicate :  
Description
JCK test: api/java_awt/interactive/PageDialogTest.html#PageDialogTest crashes java 5.0 on Vista 32 [6000] and OS: Windows Vista Build 5840 if dialog open button is pressed

Comments
EVALUATION I could also observe crash every time I run the test. Just in case, i attached simple test case - maybe someone will find it useful to reproduce the problem outside JCK framework (the test just makes visible the page dialog two times). Apparently, there are two things we can do with the problem. 1) evidently, crash happens in MSCTF.dll (MS is responsible for the library). I believe that any native application (without Java code) which deals with page dialog will fail in the same way. I'm going to write simple native test. Perhaps, it's a bug for MS (it looks like incompatibility in Vista). 2) the test works fine on JDK6.0. (at least, no crash occurs on my environment). It indicates that there is some workaround of the problem which we can possibly use to fix the problem in next update release of JDK5.0. I could suggest that it may be related to modality improvements in JDK6.0 somehow because the test fails inside ::SetForegroundWindow. But I may be wrong, I had a very quick look.
27-11-2006