I am facing this error on running the jar file-
libEGL warning: DRI2: failed to authenticate
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000000000000, pid=7720, tid=0x00007f8650122700
#
# JRE version: OpenJDK Runtime Environment (8.0_282-b08) (build 1.8.0_282-8u282-b08-0ubuntu1~18.04-b08)
# Java VM: OpenJDK 64-Bit Server VM (25.282-b08 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C 0x0000000000000000
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
Here is the rest of the log file.
I installed java as asked from here On running java -version, I get the following:
openjdk version "1.8.0_282"
OpenJDK Runtime Environment (build 1.8.0_282-8u282-b08-0ubuntu1~18.04-b08)
OpenJDK 64-Bit Server VM (build 25.282-b08, mixed mode)
The operating system I am working on is Ubuntu 18.04
On running lshw -c video I get the following:
*-display UNCLAIMED
description: VGA compatible controller
product: Picasso
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:05:00.0
version: d2
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix vga_controller bus_master cap_list
configuration: latency=0
resources: memory:c0000000-cfffffff memory:d0000000-d01fffff ioport:1000(size=256) memory:d0500000-d057ffff
I run the jar file via the following shell script robovis.sh
Also, at times, it gets resolved after rebooting a few times. How do I resolve this? Thanks.
I am facing this error on running the jar file-
Here is the rest of the log file.
I installed java as asked from here On running
java -version, I get the following:The operating system I am working on is Ubuntu 18.04
On running lshw -c video I get the following:
I run the jar file via the following shell script
robovis.shAlso, at times, it gets resolved after rebooting a few times. How do I resolve this? Thanks.