Do your NSS DLLs on Windows have execute permission?
Weijun Wang
weijun.wang at oracle.com
Wed Sep 14 08:52:44 UTC 2016
I see PKCS11 tests fail on my Windows 10 after JDK-8165946 [1]. After
discussing with John (who worked on the bug) I found my NSS DLLs do not
have the execute permission bit and his have.
Mine is -rw-r--r--, and his is -rwxrwx---+.
I am using cygwin on Windows 10 64-bit, and I use hg inside cygwin to
clone the repo. My umask is 0022.
Do you have that x? If yes, what's wrong with my environment? If no, do
the tests run fine on your machine? For example, I just tried
sun/security/pkcs11/Cipher/TestSymmCiphers.java and it fails.
Thanks
Max
[1] http://hg.openjdk.java.net/jdk9/dev/jdk/rev/15badd72caae
More information about the security-dev
mailing list