-
Notifications
You must be signed in to change notification settings - Fork 720
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
JVM Crash on jdk15-mac-x64-openj9 #10313
Comments
@andrewcraik FYI: looks like jit compilation problem based on vmState 0x00050080 |
This is the same issue @Leonardo2718 looked at. |
Yes, this looks like the same issue as #9416 (which is good because I haven't been able to reproduce that one at all). |
I've opened, adoptium/infrastructure#1490. If I can get the build and core files quickly, hopefully, I can make more progress than I've been able to so far. |
Have just seen this again on
|
Unfortunately, it appears that core files can't be produced on MacOS (see adoptium/temurin-build#1778). Without a core file, I don't really have a way of investigating this issue. |
Is this issue related to #9291? They look similar. Also, this issue is still happening. Link below. |
I've already looked into #9291 but that issue has never been reproduced AFAIK and the core file I got didn't contain any useful information. I haven't been able to reproduce the failure myself so far either, so I don't have anything to look at. There really is nothing I can do until I get a core file. |
Closing as a dup of #9416. There is another occurrence https://ci.eclipse.org/openj9/job/Build_JDK15_x86-64_mac_Nightly/71/, and a core file in https://140-211-168-230-openstack.osuosl.org/artifactory/ci-eclipse-openj9/Build_JDK15_x86-64_mac_Nightly/71/Build_JDK15_x86-64_mac_Nightly-71-20201006-235858-diagnostics.tar.gz reported in #9416 (comment) |
Java -version output
THIS IS NOT THE JAVA VERSION OF THE FAILURE BELOW. The failure occurred mid build so there's no java version to display. The closest I can get is a build from 30-Jul-2020 so it should be fairly similar:
Summary of problem
JVM crash mid build at Adopt on a jdk15-mac-x64-openj9 nightly build (machine build-macstadium-macos1014-x64-2)
Diagnostic files
Core dump files should be still available on the machine. Open an issue at https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/new to request access to the machine to retrieve the dump files.
OutOfMemoryError: Java Heap Space
For a repeatable OutOfMemory condition showing
Java heap space
, enable verbose GC collection and provide the log.-
-verbose:gc
writes the logging to stderrThe text was updated successfully, but these errors were encountered: