Eclipse + CubeMX um erro fatal foi detectado pelo Java Runtime Environment

0

Boa noite! Eu sou novo no Linux e estou tentando aprender o ambiente Eclipse para desenvolvimento de microcontroladores STM32. Eu instalei o Eclipse e tentei instalar um plugin para trabalhar com microcontroladores. A instalação do plug-in foi bem-sucedida, mas quando eu clico em Window- > Show view- > Other- > Cube MX ele falha com o seguinte erro:

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f570faa92b7, pid=7360, tid=0x00007f57bfc5f700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libgdk-x11-2.0.so.0+0x4e2b7]  gdk_display_open+0x57
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# 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.
#

---------------  T H R E A D  ---------------

Current thread (0x00007f57b800b000):  JavaThread "main" [_thread_in_native, id=7361, stack(0x00007f57bfb5f000,0x00007f57bfc60000)]

siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000114

Eu estava tentando atualizar para o Oracle Java, tentei digitar o comando "ulimit -c unlimited" para reinstalar o plugin e o próprio Eclipse, mas sem sucesso.

    
por GfiFer 10.02.2017 / 20:45

1 resposta

0

Eu experimentei o mesmo problema e trabalhei com as seguintes ações:

  1. Atualize o eclipse.ini para fazer o Eclipse usar o GTKv2:

    Adicione as linhas:

    --launcher.GTK_Version 2

    certificando-se de adicioná-los às opções do Eclipse e não aos argumentos da VM contidos no arquivo.

  2. Execute o Eclipse como root

por 18.03.2017 / 20:05