-
Notifications
You must be signed in to change notification settings - Fork 737
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
jdk19 MiniMix_aot_5m_0 hang #15917
Comments
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_extended.system_s390x_linux_Nightly_testList_2/30 I see this:
|
@tajila fyi |
Based on the native stack trace, the thread is blocked in GC code
|
The GC call is probably |
@ChengJin01 can you look at this issue, I think its related to #16036 (comment) |
against the output of
|
@gacholio do we need a |
I'll have a look, but I don't think so. Exclusive and safepoint are supposed to co-exist. I have the core but I haven't decoded all the flags yet. |
This issue (on |
I've just taken a look at the implementation of openj9/runtime/jcl/common/thread.cpp Lines 485 to 545 in bb7dc4e
|
It's quite possible that #15227 exposed the problems with this native, but the things it's doing have always been invalid. |
The code is already creating refs for the Thread objects, so fixing this may be as simple as moving the |
Fixes: eclipse-openj9#15917 Signed-off-by: Graham Chapman <[email protected]>
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_extended.system_s390x_linux_Nightly_testList_1/8
MiniMix_aot_5m_0
There is a javacore and core created after the hang, but also another core.1202972 which isn't renamed. Likely caused by sending signals since it's created a minute after the renamed core file.
https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk19_j9_extended.system_s390x_linux_Nightly_testList_1/8/system_test_output.tar.gz
The text was updated successfully, but these errors were encountered: