Monday, November 17, 2014

Android ADT Eclipse crashes




A fatal error has been detected by the Java Runtime Environment while ECLIPSE Ubuntu 14.04.
Here is the Dump after ECLIPSE/ADT crashes:

molash@LENNY14:~$ Nov 17, 2014 3:10:35 PM org.apache.commons.httpclient.HttpMethodBase processCookieHeaders
WARNING: Cookie rejected: "$Version=0; __cfduid=dd9da8cc5753779ea56ba80927d8fa0641416215434; $Path=/; $Domain=.spring.io". Illegal domain attribute ".spring.io". Domain of origin: "spring.io"
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f35444962a1, pid=3766, tid=139869453416192
#
# JRE version: Java(TM) SE Runtime Environment (7.0_72-b14) (build 1.7.0_72-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.72-b04 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6c2a1]  soup_session_feature_detach+0x11
#
# 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:
# /home/palash/hs_err_pid3766.log
#
# 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.
#

Adding these seems to have solved the issue !


org.eclipse.swt.browser.DefaultType=mozilla
to configuration/config.ini


No comments:

Post a Comment