Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JTReg Test Failure: java/lang/ProcessBuilder/checkHandles/CheckHandles.java #1773

Open
M-Davies opened this issue May 7, 2020 · 2 comments
Labels
Projects

Comments

@M-Davies
Copy link
Contributor

M-Davies commented May 7, 2020

Describe the bug
https://github.com/AdoptOpenJDK/openjdk-jdk11u/blob/master/test/jdk/java/lang/ProcessBuilder/checkHandles/CheckHandles.java is failing on JDK11/HS/x86_32-windows

To Reproduce
Steps to reproduce the behavior (or Grinder rerun link):
https://ci.adoptopenjdk.net/job/Grinder/parambuild/?JDK_VERSION=11&JDK_IMPL=hotspot&BUILD_LIST=openjdk&PLATFORM=x86-32_windows&TARGET=jdk_lang_0

Expected behavior
test passes

Screenshots

java.lang.UnsatisfiedLinkError: 'long CheckHandles.getProcessHandleCount()'
	at CheckHandles.getProcessHandleCount(Native Method)
	at CheckHandles.main(CheckHandles.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
	at java.base/java.lang.Thread.run(Thread.java:834)

JavaTest Message: Test threw exception: java.lang.UnsatisfiedLinkError
JavaTest Message: shutting down test

Additional context

  • Started failing on the 30th April
  • Doesn't look like an machine issue, it's been seen across all the windows boxes in the nightlies
@M-Davies
Copy link
Contributor Author

M-Davies commented May 7, 2020

Exclude PR #1774

@M-Davies
Copy link
Contributor Author

M-Davies commented May 7, 2020

Similar error seen on aarch_64XL_j9 test-packet-ubuntu1604-armv8-2 https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_j9_sanity.openjdk_aarch64_linux_xl/104/

com/sun/crypto/provider/Cipher/AEAD/GCMLargeDataKAT.java

java.lang.UnsatisfiedLinkError: 'long CheckHandles.getProcessHandleCount()'
	at CheckHandles.getProcessHandleCount(Native Method)
	at CheckHandles.main(CheckHandles.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
	at java.base/java.lang.Thread.run(Thread.java:834)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
aqa-tests
  
TODO
Development

No branches or pull requests

2 participants