-
Notifications
You must be signed in to change notification settings - Fork 738
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
OOM running pull request testing on plinux #968
Comments
Happened in the last nightly build https://ci.eclipse.org/openj9/view/Test/job/Test-Sanity-JDK9-linux_ppc-64_cmprssptrs_le/49/console |
Adam retrieved the diagnostic files from the nightly build, downloaded to Adam's team directory in
|
I have seen this before. This looks like an attempt of allocation of reference array with 2GB elements (intentional OOM). Test itself seems passed even with OOM thrown |
Looking at the console output, in this case the OOM seems to have terminated the VM. |
A working test should look like the following, and continue to run
|
Seems I looked at the wrong javacore file. The message from the matching console is as follows. Available from the machine there is a core and heapdump for process 20821, but no javacore file. Seems like an unreported crash occurred either before or early in javacore creation.
|
Note we don't have the ability to properly analyse the core files from OpenJ9 since there is no DDR support yet - #378 |
This OOM message does not have relationship with JCL_TEST_Test-Annotation-Package because it was actually generated by The test |
@TianyuZuo Any update on this? |
This should be fixed by #1169 |
Closing this. Please reopen if the issue is seen again. |
We've seen this a couple of times today.
https://ci.eclipse.org/openj9/job/PullRequest-Sanity-linux_ppc-64_cmprssptrs_le/328/console
It also occurred in testing for #962.
https://ci.eclipse.org/openj9/job/PullRequest-Sanity-linux_ppc-64_cmprssptrs_le/326/console
Both of these occurred on ub16-ppcle-3
It didn't reoccur on restart, which occurred on ub16-ppcle-2
https://ci.eclipse.org/openj9/job/PullRequest-Sanity-linux_ppc-64_cmprssptrs_le/329/console
The text was updated successfully, but these errors were encountered: