Bug 1405724

Summary: [abrt] java-1.8.0-openjdk-devel: os::abort(bool)(): java killed by SIGABRT
Product: [Fedora] Fedora Reporter: Joseph D. Wagner <joe>
Component: eclipseAssignee: Alexander Kurtakov <akurtako>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: ahughes, akurtako, andjrobins, code, dbhole, eclipse-sig, extras-qa, jerboaa, joe, jvanek, krzysztof.daniel, mat.booth, msrb, omajid, rgrunber
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/84325f921bdff5be2b578e652d48fc08b731dbd4
Whiteboard: abrt_hash:8c0fd9622f2e27ed6671377666ecb0f2ae44b89c;VARIANT_ID=workstation;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1378214 Environment:
Last Closed: 2017-08-09 10:13:50 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
hs_err none

Description Joseph D. Wagner 2016-12-17 22:38:05 UTC
Created attachment 1232996 [details]
hs_err

This is a legitimate bug for me.  I suspect it's wayland related.
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f23234d7db2, pid=6979, tid=0x00007f238f1fb700
#
# JRE version: OpenJDK Runtime Environment (8.0_111-b16) (build 1.8.0_111-b16)
# Java VM: OpenJDK 64-Bit Server VM (25.111-b16 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libX11.so.6+0x2fdb2]  XDefaultRootWindow+0x12
#
# Core dump written. Default location: /usr/local/vuze/core or core.6979
#
# An error report file with more information is saved as:
# /usr/local/vuze/hs_err_pid6979.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#


+++ This bug was initially created as a clone of Bug #1378214 +++

Version-Release number of selected component:
java-1.8.0-openjdk-devel-1.8.0.102-1.b14.fc25

Additional info:
reporter:       libreport-2.8.0
backtrace_rating: 4
cmdline:        /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.102-1.b14.fc25.x86_64/bin/java -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:37759 -Djava.library.path=/home/akurtakov/Downloads/lwjgl-2.9.3/lwjgl-2.9.3/native/linux:/home/akurtakov/git/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64 -Dfile.encoding=UTF-8 -classpath /home/akurtakov/git/eclipse.platform.swt/bundles/org.eclipse.swt/bin:/home/akurtakov/git/eclipse.platform.swt/examples/org.eclipse.swt.snippets/bin:/home/akurtakov/Downloads/lwjgl-2.9.3/lwjgl-2.9.3/jar/lwjgl.jar:/home/akurtakov/Downloads/lwjgl-2.9.3/lwjgl-2.9.3/jar/lwjgl_util.jar org.eclipse.swt.snippets.Snippet146
crash_function: os::abort(bool)
executable:     /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.102-1.b14.fc25.x86_64/bin/java
global_pid:     24680
kernel:         4.8.0-0.rc7.git0.1.fc25.x86_64
pkg_fingerprint: 4089 D8F2 FDB1 9C98
pkg_vendor:     Fedora Project
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (3 frames)
 #2 os::abort(bool) at /usr/src/debug/java-1.8.0-openjdk-1.8.0.102-1.b14.fc25.x86_64/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:1500
 #3 VMError::report_and_die() at /usr/src/debug/java-1.8.0-openjdk-1.8.0.102-1.b14.fc25.x86_64/openjdk/hotspot/src/share/vm/utilities/vmError.cpp:1060
 #4 JVM_handle_linux_signal(int, siginfo_t*, void*, int) at /usr/src/debug/java-1.8.0-openjdk-1.8.0.102-1.b14.fc25.x86_64/openjdk/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp:556

Potential duplicate: bug 1328388

Comment 1 Joseph D. Wagner 2016-12-17 22:47:03 UTC
I looks like this bug depends on swt.

Comment 2 Deepak Bhole 2016-12-19 18:35:00 UTC
(In reply to Joseph D. Wagner from comment #1)
> I looks like this bug depends on swt.

Agreed. The errors leads from native SWT code. Re-assigning.

Comment 3 Alexander Kurtakov 2016-12-19 18:37:47 UTC
Program class has been reimplemented upstream to not do any X11 calls directly so this bug should be gone once Fedora moves to Oxygen.

Comment 4 Mat Booth 2017-08-09 10:13:50 UTC
Fedora moved to Oxygen with the release of Fedora 26; closing per Alex's comment.