RFR: 8299748: java/util/zip/Deinflate.java failing on s390x [v2]
Amit Kumar
amitkumar at openjdk.org
Mon Mar 6 09:44:14 UTC 2023
On Mon, 6 Mar 2023 06:54:27 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
>After running the test you can share with us the logs. We could provide more suggestions what to debug further, but I think you or someone with access to that system will have to do the actual investigation..
Output for above patch, I can share whole JTR file if you want.
Feeding input of length 524288
Num written 525312
Num written 0
Deflater isn't expecting any more data but numWritten is 0 and finished is false
Num written 0
Deflater isn't expecting any more data but numWritten is 0 and finished is false
Num written 0
Deflater isn't expecting any more data but numWritten is 0 and finished is false
Num written 0
Deflater isn't expecting any more data but numWritten is 0 and finished is false
Num written 0
Deflater isn't expecting any more data but numWritten is 0 and finished is false
Num written 0
Deflater isn't expecting any more data but numWritten is 0 and finished is false
Num written 0
Deflater isn't expecting any more data but numWritten is 0 and finished is false
Num written 0
Deflater isn't expecting any more data but numWritten is 0 and finished is false
Num written 0
Deflater isn't expecting any more data but numWritten is 0 and finished is false
Num written 0
Deflater isn't expecting any more data but numWritten is 0 and finished is false
Num written 0
Deflater isn't expecting any more data but numWritten is 0 and finished is false
Num written 0
Deflater isn't expecting any more data but numWritten is 0 and finished is false
Num written 0
Deflater isn't expecting any more data but numWritten is 0 an
result: Error. Agent error: java.lang.Exception: Agent 2 timed out with a timeout of 480 seconds; check console log for any additional details
test result: Error. Agent error: java.lang.Exception: Agent 2 timed out with a timeout of 480 seconds; check console log for any additional details
-------------
PR: https://git.openjdk.org/jdk/pull/12283
More information about the core-libs-dev
mailing list