-
Bug
-
Resolution: Fixed
-
P4
-
8u111, 9
-
Fedora 25 with Gnome desktop, Ubuntu 17.10 with Wayland
-
b04
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8337740 | 11 | Renjith Kannath Pariyangad | P4 | Closed | Won't Fix | |
JDK-8221715 | openjdk8u222 | Krishna Addepalli | P4 | Resolved | Fixed | b01 |
Our customer has reported that jdownloader crashes in wayland mode.
https://bugzilla.redhat.com/show_bug.cgi?id=1402819
My investigation suggests that it is due to incompatible nature of wayland vs. X11.
Due to security concern, wayland does not allow snapshot screen. As the result, XGetImage() can return NULL.
A simple NULL checks can avoid the crash.
https://bugzilla.redhat.com/show_bug.cgi?id=1402819
My investigation suggests that it is due to incompatible nature of wayland vs. X11.
Due to security concern, wayland does not allow snapshot screen. As the result, XGetImage() can return NULL.
A simple NULL checks can avoid the crash.
- backported by
-
JDK-8221715 Robot.createScreenCapture() crashes in wayland mode
- Resolved
-
JDK-8337740 Robot.createScreenCapture() crashes in wayland mode
- Closed
- relates to
-
JDK-8196571 Robot.createScreenCapture() locks up mouse in Wayland with X11 api
- Open
-
JDK-8197485 Compilation fails on Solaris, OEL 7 due to crash fix for Wayland.
- Closed
-
JDK-8197546 Fix for 8171000 breaks Solaris + Linux builds
- Resolved