Eclipse, Fedora и SIGSEGV

Не так давно я переехала на Fedora 20 x64 и попыталась установить Android SDK.

Распаковала архив, запустила adt-bundle-linux-x86_64-20140702/eclipse/eclipse. На первый взгляд всё ок и можно кодить. Но спустя некоторое время эклипс вылетает вот с такой ошибкой:

Error creating proxy: Соединение закрыто (g-io-error-quark, 18)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000003774a70061, pid=2378, tid=140679359919872
#
# JRE version: OpenJDK Runtime Environment (7.0_71-b14) (build 1.7.0_71-mockbuild_2014_10_15_17_02-b00)
# Java VM: OpenJDK 64-Bit Server VM (24.65-b04 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 2.5.3
# Distribution: Built on Fedora release 20 (Heisenbug) (Wed Oct 15 17:02:58 UTC 2014)
# Problematic frame:
# C [libsoup-2.4.so.1+0x70061] 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:
# /tmp/jvm-2378/hs_error.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

После поисков в гугле узнала, что это бага в самом эклипсе(v4.2.1) и решение — более новые версии.

Установила с реп новую версию(v4.3.2). Затем по инструкции все с тогоже гугла добавила ADT и прописала путь к SDK.

Если вам повезло так же, как и мне — ставьте руками новый эклипс.