Skip to content
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

ZipOutputStreamTest fails on Linux/ARM when using OpenJDK class library #348

Open
dicej opened this issue Oct 6, 2014 · 0 comments
Open
Labels

Comments

@dicej
Copy link
Member

dicej commented Oct 6, 2014

java/lang/RuntimeException: java.lang.NullPointerException
at ZipOutputStreamTest.createZip (line 129)
at ZipOutputStreamTest.main (line 49)
caused by: java/lang/NullPointerException
at java/util/zip/ZipOutputStream.writeCEN (line 457)
at java/util/zip/ZipOutputStream.finish (line 348)
at java/util/zip/DeflaterOutputStream.close (line 238)
at java/util/zip/ZipOutputStream.close (line 360)
at ZipOutputStreamTest.createZip (line 123)
at ZipOutputStreamTest.main (line 49)

Further investigation shows that the pointer is not actually null, but 0xFFFFFFFF, and appears to have been loaded from a JIT-created constant pool, indicating that the pool has been corrupted, mispositioned, or misread.

@dicej dicej added the bug label Oct 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant