Desde que eu atualizei para o kubuntu 14.04, meu Eclipse falha em diferentes situações. Na maioria das vezes eu posso "simular" quando vou para as propriedades do projeto e pressione ok. Então sempre falha.
Meu sistema:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"
Meu Java:
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)
Minha versão do ADT:
Android Development Toolkit
Version: 23.0.0.1245622
Eu já tentei adicionar isso em adt-bundle-linux-x86_64 / eclipse / configuration / configuration.ini
org.eclipse.swt.browser.DefaultType=mozilla
-Dorg.eclipse.swt.browser.DefaultType=mozilla
Erro:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fe049eb1718, pid=5964, tid=140601811232512
#
# JRE version: Java(TM) SE Runtime Environment (8.0_05-b13) (build 1.8.0_05-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.5-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libgobject-2.0.so.0+0x19718] g_object_get_qdata+0x18
#
# Core dump written. Default location: /home/maddin/core or core.5964
#
# An error report file with more information is saved as:
# /home/maddin/hs_err_pid5964.log
Compiled method (nm) 28866 4166 n 0 org.eclipse.swt.internal.gtk.OS::_g_object_get_qdata (native)
total in heap [0x00007fe051da6790,0x00007fe051da6af0] = 864
relocation [0x00007fe051da68b0,0x00007fe051da68f8] = 72
main code [0x00007fe051da6900,0x00007fe051da6ae8] = 488
oops [0x00007fe051da6ae8,0x00007fe051da6af0] = 8
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Agora, assim que eu alterar SystemSettings - > Aparência da Aplicação - > GTK - > GTKn-Design para outra coisa, mas "oxigênio-gtk", esse acidente não acontece mais.
Mas a aparência do aplicativo também é feia. Além disso eu recebo muitos erros / avisos assim:
(SWT:6148): GLib-GObject-CRITICAL **: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed
ou outros avisos do GTK do design específico, sem ter um mecanismo de tema.
O que na verdade não causa nada parece até agora.
Então eu tenho 3 opções:
- aceita falhas
- aceita avisos (talvez a melhor escolha)
- aceita design feio
O que posso fazer para resolver esse problema sem alterar as configurações de design?