-
Notifications
You must be signed in to change notification settings - Fork 722
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
JDK15 cmake : DDR is not enabled for this core file #9284
Comments
Unless this happens regularly, it's probably just a bad core file problem. Core file was truncated due to lack of disk space or similar intermittent issue. |
It happened quit a bit. Will post more for references. |
Does it occur non-cmake as well? |
Might be worth tracking machines where it fails, it could be a machine issue. |
Not seen in other build specs last nightly builds.
It happened at past three builds in different machines: build |
For whatever reason we appear to disable ddr on jdk14/next. Testing fix now |
Has this been fixed? Seeing a similar issue for a mixed refs JDK 11 CMake build and want to see if this issue is related.
|
May also be related to: adoptium/run-aqa#50 |
I expect this Issue was a different problem from #9284 (comment). For this Issue DDR just wasn't enabled in the build. For #9284 (comment), I believe DDR is enabled. The JVM was found in the core since I found the following DDR logging info. I also found CombinedContext.java which sets a ddrAvailable flag and uses a logger called I was able to get some logging output by keeping the default ConsoleHanlder, setting Enabling logging output from DDR codeAdd these lines to conf/logging.properties, selecting which parts of DDR you want to log, see /DDR_VM/src/com/ibm/j9ddr/logging/LoggerNames.java
|
I'm going to close this obsolete issue, we should create another one for the mixed build DDR problem. |
Interesting to note for the mixed build problem, that only BE platforms failed the DDR test, zlinux and AIX. |
What worked to show the problem was running jdmpview with java.lang.ExceptionInInitializerError |
Opened #11469 to track the mixed refs failure. Thank you for digging into this!
Ah, I tried to reproduce on xlinux and couldn't...so this makes since. I'll do further investigation on zlinux or AIX. |
Failure link
From an internal build
Test_openjdknext_j9_extended.functional_x86-64_linux_cm_Nightly/4
:Optional info
Failure output (captured from console output)
For example, to rebuild the failed tests in =https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder, use the following links:
https://hyc-runtimes-jenkins.swg-devops.com/job/Grinder/parambuild/?JDK_VERSION=15&JDK_IMPL=openj9&BUILD_LIST=functional&PLATFORM=x86-64_linux&TARGET=cmdLineTester_classesdbgddrext_1
The text was updated successfully, but these errors were encountered: