-
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
Assertion Failure at ScavengerDelegate.cpp:392 #15575
Labels
Milestone
Comments
@0xdaryl fyi |
object heap corruption:
The pattern reminds me #15474 |
@dmitripivkine I created a new issue in #15592 that is also similar to this one and #15474. Don't know if they three stem from the same root cause (because the tests are so similar to each other) but they indeed gives different crashes. |
Duplicate of #15474 |
Fixed by pull request #15870. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Java -version output
Summary of problem
The following triggers an assertion failure in ScavengerDelegate.cpp. Also a JIT bug (cannot reproduce with Xint).
Diagnostic files
By issuing
the following crash log is given:
Please also check openj9-bug-111.tar.gz for all the logs (core, snap, etc.), the reduced test (Test.java, Test.class), and unreduced (Test.java.orig, FuzzerUtils.java).
The text was updated successfully, but these errors were encountered: