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

Batik (small) validation failure on OpenJDK 11, 13 #171

Closed
shipilev opened this issue Jun 24, 2019 · 1 comment
Closed

Batik (small) validation failure on OpenJDK 11, 13 #171

shipilev opened this issue Jun 24, 2019 · 1 comment

Comments

@shipilev
Copy link

Using my own build from here that are bleeding edge releases of relevant JDKs:
https://builds.shipilev.net/openjdk-jdk11/openjdk-jdk11-latest-linux-x86_64-fastdebug.tar.xz
https://builds.shipilev.net/openjdk-jdk13/openjdk-jdk13-latest-linux-x86_64-fastdebug.tar.xz

In current evaluation Dacapo suite, "batik" runs fine with default size, but fails in both 11 and 13 with validation failure on "small" size:

$ jdk13/bin/java -jar dacapo-evaluation-git+8b7a2dc.jar batik -s small
===== DaCapo evaluation-git+8b7a2dc batik starting =====
About to transcode 1 SVG file(s)

Converting mapWaadt.svg to /home/shade/temp/dacapo/./scratch/mapWaadt.png ... ... success
Digest validation failed for mapWaadt.png, expecting 0xdb610409cf57fbfbe19c6f3a80ad255bcdb170ac found 0x30fe5bd22961bbe6f24e7e8d65429ecb3afc7716
===== DaCapo evaluation-git+8b7a2dc batik FAILED =====
Validation FAILED for batik small

$ jdk11/bin/java -jar dacapo-evaluation-git+8b7a2dc.jar batik -s small
===== DaCapo evaluation-git+8b7a2dc batik starting =====
About to transcode 1 SVG file(s)

Converting mapWaadt.svg to /home/shade/temp/dacapo/./scratch/mapWaadt.png ... ... success
Digest validation failed for mapWaadt.png, expecting 0xdb610409cf57fbfbe19c6f3a80ad255bcdb170ac found 0x30fe5bd22961bbe6f24e7e8d65429ecb3afc7716
===== DaCapo evaluation-git+8b7a2dc batik FAILED =====
Validation FAILED for batik small

9.12-MR1 works fine with "batik" (small) on the same builds.

@steveblackburn
Copy link
Contributor

This appears to have been fixed. Can no longer reproduce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants