Java trava com erro fatal [fechado]

6

Estou tentando fazer o SweetHome3D funcionar no Lubuntu 16.04, mas ele cai logo após o início. Recebo a seguinte mensagem de erro:

> sweethome3d
Java 3D: implicit antialiasing enabled
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f2f13517823, pid=6350, tid=139841325328128
#
# JRE version: OpenJDK Runtime Environment (8.0_91-b14) (build 1.8.0_91-8u91-b14-0ubuntu4~16.04.1-b14)
# Java VM: OpenJDK 64-Bit Server VM (25.91-b14 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [swrast_dri.so+0x256823]
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid6350.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.
#
Abgebrochen (Speicherabzug geschrieben)

Eu tentei usar a versão autônoma do link , mas ela produz o mesmo erro:

> bash SweetHome3D 
Java 3D: implicit antialiasing enabled
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f673f416823, pid=4519, tid=140081432098560
#
# JRE version: 6.0_45-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.45-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [swrast_dri.so+0x256823]  __driDriverGetExtensions_virtio_gpu+0x1bad73
#
# An error report file with more information is saved as:
# /home/konstantin/ind/Software/SweetHome3D/SweetHome3D-5.2/hs_err_pid4519.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Abgebrochen (Speicherabzug geschrieben)

Observe que as duas versões diferentes usadas - instaladas localmente são OpenJDK 8.0_91-b14, a segunda tentativa usou o (Oracle) Java 6.0_45-b06 incluído, o problema permanece o mesmo para ambas as versões. O log de erros da primeira tentativa pode ser encontrado aqui , o da segunda tentativa aqui .

O que posso tentar para que funcione?

    
por dessert 03.06.2016 / 13:13

0 respostas