-
Notifications
You must be signed in to change notification settings - Fork 729
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
Running java -Xaot:
causes abort
#20601
Comments
@hzongaro is the abort intentional? |
Issue Number: 20601 |
Sorry - I missed this issue when you first reported it. No, it doesn't look like the abort was intentional. It looks like a null pointer in If I run with @dsouzai, may I ask you to take a look at this crash? I'll move this out to the 0.51 release. |
Because of openj9/runtime/compiler/control/DLLMain.cpp Lines 436 to 452 in 5329b1b
we initialize the I think a fix should be pretty straightforward, we just need to also check if |
If you run
java -Xaot:
it causes an abort. Normally you'd get diagnostic files. If running with-Xdump:none
you don't get the OpenJ9 diagnostics, but still get a core file.This is related to the testCompilerArguments functional test. The test doesn't fail, but does produce a core file, and may timeout.
The text was updated successfully, but these errors were encountered: