Bug 1415089

Summary: [abrt] java-1.8.0-openjdk-headless: signalHandler(): java killed by SIGABRT
Product: [Fedora] Fedora Reporter: Mikko Tiihonen <mikko.tiihonen>
Component: java-1.8.0-openjdkAssignee: Deepak Bhole <dbhole>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ahughes, dbhole, jerboaa, jvanek, msrb, omajid, sgehwolf
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/c7d0d085ad213b90665ba76c36d9a09c22c336d9
Whiteboard: abrt_hash:55c80f64365bc0af525d7fa474a13d50285cd71d;VARIANT_ID=workstation;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-20 09:09:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: mountinfo
none
File: namespaces
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Mikko Tiihonen 2017-01-20 08:33:43 UTC
Description of problem:
Trying to get a screenshot from phantomjs when running selenium tests when running inside wayland.

Version-Release number of selected component:
java-1.8.0-openjdk-headless-1.8.0.111-5.b16.fc26

Additional info:
reporter:       libreport-2.9.0
backtrace_rating: 3
cmdline:        java -Dphantomjs.binary.path=/home/mtiihone/angular-main-app/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs -jar /home/mtiihone/angular-main-app/node_modules/protractor/node_modules/webdriver-manager/selenium/selenium-server-standalone-3.0.1.jar -port 45038
crash_function: signalHandler
executable:     /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.111-5.b16.fc26.x86_64/jre/bin/java
global_pid:     16023
kernel:         4.10.0-0.rc4.git1.2.fc26.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Comment 1 Mikko Tiihonen 2017-01-20 08:33:51 UTC
Created attachment 1242667 [details]
File: backtrace

Comment 2 Mikko Tiihonen 2017-01-20 08:33:52 UTC
Created attachment 1242668 [details]
File: cgroup

Comment 3 Mikko Tiihonen 2017-01-20 08:33:55 UTC
Created attachment 1242669 [details]
File: core_backtrace

Comment 4 Mikko Tiihonen 2017-01-20 08:33:56 UTC
Created attachment 1242670 [details]
File: dso_list

Comment 5 Mikko Tiihonen 2017-01-20 08:33:58 UTC
Created attachment 1242671 [details]
File: environ

Comment 6 Mikko Tiihonen 2017-01-20 08:33:59 UTC
Created attachment 1242672 [details]
File: limits

Comment 7 Mikko Tiihonen 2017-01-20 08:34:01 UTC
Created attachment 1242673 [details]
File: maps

Comment 8 Mikko Tiihonen 2017-01-20 08:34:03 UTC
Created attachment 1242674 [details]
File: mountinfo

Comment 9 Mikko Tiihonen 2017-01-20 08:34:04 UTC
Created attachment 1242675 [details]
File: namespaces

Comment 10 Mikko Tiihonen 2017-01-20 08:34:06 UTC
Created attachment 1242676 [details]
File: open_fds

Comment 11 Mikko Tiihonen 2017-01-20 08:34:07 UTC
Created attachment 1242677 [details]
File: proc_pid_status

Comment 12 Mikko Tiihonen 2017-01-20 08:34:09 UTC
Created attachment 1242678 [details]
File: var_log_messages

Comment 13 Severin Gehwolf 2017-01-20 09:09:31 UTC
There is an issue with java.awt.Robot.createScreenCapture() when running on wayland.

#11 Java_sun_awt_X11_XRobotPeer_getRGBPixelsImpl (env=0x7f2628017258, cls=<optimized out>, xgc=<optimized out>, x=0, y=0, width=3840, height=2160, pixelArray=0x7f2698b284c8) at /usr/src/debug/java-1.8.0-openjdk-1.8.0.111-5.b16.fc26.x86_64/openjdk/jdk/src/solaris/native/sun/awt/awt_Robot.c:268

Seems to suggest it's originating from that call. Marking as duplicate of 1402819. The workaround so far is running Gnome on X until there is proper wayland support in OpenJDK.

*** This bug has been marked as a duplicate of bug 1402819 ***