2014-05-07 43 views
10

ho usato google android ide adt-eclipse su ubuntu 13.10.it andava bene. quando aggiorno l'ubuntu 14.04.the eclipse si blocca quando è stato clued to method o ecc. il log è il seguente: chi può aiutarmi? Grazie!eclissi si è schiantato su ubuntu 14.04

# 
# A fatal error has been detected by the Java Runtime Environment: 
# 
# SIGSEGV (0xb) at pc=0x00007f3d9fbaa685, pid=29310, tid=139905366640384 
# 
# JRE version: 7.0_15-b03 
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops) 
# Problematic frame: 
# C [libwebkitgtk-1.0.so.0+0x407685] webkitWebViewRegisterForIconNotification+0x95 
# 
# 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.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. 
# 

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

Current thread (0x00007f3e38009800): JavaThread "main" [_thread_in_native, id=29318, stack(0x00007f3e419e4000,0x00007f3e41ae5000)] 

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000005f38 

Registers: 
RAX=0x00007f3e41ae23e0, RBX=0x00007f3e3a5fb330, RCX=0x00007f3e2e6f7f00, RDX=0x00007f3e3a5fb330 
RSP=0x00007f3e41ae2348, RBP=0x00007f3e3a5c8db0, RSI=0x00007f3d9fb82e50, RDI=0x0000000000005ec8 
R8 =0x00007f3e382879e0, R9 =0x0000000000000020, R10=0x0000000000000000, R11=0x0000000000000033 
R12=0x00007f3e2e9ae940, R13=0x00007f3e382a1200, R14=0x00007f3e3a4178b0, R15=0x00007f3e3a5c8db0 
RIP=0x00007f3d9fbaa685, EFLAGS=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000004 
    TRAPNO=0x000000000000000e 
+0

Perché è taggato 'ubuntu-14.04' in questione si dice su' ubuntu-13.10' –

+0

ora la versione di ubuntu è 14.04.prima di aggiornamento, è 13.10.l'errore si è verificato in 14.04 – perry

risposta

23

Si potrebbe voler provare ad aggiungere

org.eclipse.swt.browser.DefaultType=mozilla 

a configuration/config.ini

(da https://askubuntu.com/questions/457506)

+0

l'ho fatto.ma non era utile – perry

+0

aggiungi le righe precedenti al file eclipse.ini e non alla configurazione/config.ini – goonerDroid

+4

Aggiungendo questo al file config.init sembra la risposta corretta; eclipse ha continuato a bloccarsi con Ubuntu 14 ogni 5 minuti e ora funziona perfettamente per 1 ora, quindi sembra che sia il trucco giusto! Grazie ! – xtof54

5

Ho avuto lo stesso problema per un paio di settimane. L'aggiunta della seguente riga al file eclipse.ini ha risolto il mio problema. Fare un tentativo e spero che aiuti.

-Dorg.eclipse.swt.browser.DefaultType=mozilla 
1

Se si utilizza 1.7 di Java, si prega di confermare

Progetto-> Proprietà -> Java Compiler -> Livello Compiler conformità è 1.7 e:

SET -Dosgi.requiredJavaVersion=1.7 

in ECLIPSE.INI.

Problemi correlati