-
Notifications
You must be signed in to change notification settings - Fork 752
JDK24 JVMTI serviceability GetThreadState thrstat01 #21408
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
Comments
@theresa-m Please take a look at this |
This is possibly a JIT crash. I haven't been able to reproduce this failure, instead each time I've tried to run the test it times out instead even with increased test time. I'm working on getting a dump of the timeout run while its running since there may stuck somewhere.
With the core file from the original jenkins job using lldb I was able to see a short backtrace from the crashing thread:
There doesn't seem to be a clear mapping between the lldb output and javacore but I can see that this is at least not a vm thread. In the lldb backtrace information: thread 17 is "main" Here is the full output from lldb: lldb_output.txt |
In
|
There are no vthreads listed at the point of the crash. The
|
A lot of code changes went in last week. The original issue might have been resolved by #21459. Please try running the test with the latest OpenJ9 changes to see if the original failure still occurs. The timeouts were happening because waiting threads were not being notified. Several updates also went in last week to address these timeout issues. If the timeouts persist, you can follow @fengxue-IS's guidance from #20705 (comment) to investigate this further. |
Thanks. I reran this test and am now seeing the same error as #21525. I will try again once the changes for it have been verified. |
https://openj9-jenkins.osuosl.org/job/Test_openjdk24_j9_extended.openjdk_aarch64_mac_Personal/1
TEST: serviceability/jvmti/thread/GetThreadState/thrstat01/thrstat01.java
-XX:+YieldPinnedVirtualThreads
(JEP491) is needed to reproduce the below failure.The text was updated successfully, but these errors were encountered: