Dhruv Chopra

Results 30 comments of Dhruv Chopra

Line endings check with `stderr: fatal: unable to access 'https://github.com/eclipse-openj9/openj9.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.`. I'm not sure how to restart it.

> @dchopra001, please help confirm whether the fix works good in OpenJ9 FFI test suites. This change fixes the issues we observed in openj9 functional tests. We still see some...

I'm unable to reproduce this locally so far, so still working on that. Will update once I have a local repro.

Launched a grinder here to reproduce and get a core: https://openj9-jenkins.osuosl.org/job/Grinder/4413/ Trying to reproduce locally doesn't reproduce the failure unfortunately: ``` jdk-24.0.1+9/bin/java -Xcomp -XX:-TieredCompilation --add-exports=java.base/com.ibm.oti.vm=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --enable-native-access=ALL-UNNAMED -Djava.library.path=/home/seeluser/dchopra/22047/virtual -jar junit-platform-console-standalone-1.9.3.jar...

Grinder to get trace log: https://openj9-jenkins.osuosl.org/job/Grinder/4415/

This looks like a 1/50 failure and the previous grinder didn't reproduce the issue. Here's another one: https://openj9-jenkins.osuosl.org/job/Grinder/4420/

Instruction sequence leading up to the crash (we crash at offset `142`): ``` (kca) x/30i 0x000003FEBE69B292-142 0x3febe69b204 {java/lang/Thread.interruptImpl} +0 e31050000004 lg %r1, 0(%r5) 0x3febe69b20a {java/lang/Thread.interruptImpl} +6 e3e05ff8ff24 stg %r14, -8(%r5)...

KCA crashes when I'm trying to switch to the thread (to get the register states) where the crash happens. My KCA version is recent so I'm not sure if rebuilding...

Grinder with custom build to verify fix: https://openj9-jenkins.osuosl.org/job/Grinder/4423/

The grinder doesn't reproduce the failure in this issue so I think we should be able to close it as a duplicate of #21717 now