-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 11, 27
-
Component/s: client-libs
-
None
-
In Review
-
generic
-
linux
Test javax/imageio/ReadAbortTest.java and javax/imageio/WriteAbortTest.java throw java.lang.NullPointerException when x11 display unavailable.
The test log snippet show below:
STDOUT:
Test for format bmp
STDERR:
Maximum number of clients reachedjava.lang.NullPointerException: Cannot invoke "java.io.File.toPath()" because "this.file" is null
at ReadAbortTest.<init>(ReadAbortTest.java:106)
at ReadAbortTest.main(ReadAbortTest.java:149)
The test log snippet show below:
STDOUT:
Test for format bmp
STDERR:
Maximum number of clients reachedjava.lang.NullPointerException: Cannot invoke "java.io.File.toPath()" because "this.file" is null
at ReadAbortTest.<init>(ReadAbortTest.java:106)
at ReadAbortTest.main(ReadAbortTest.java:149)
- links to
-
Review(master)
openjdk/jdk/29569