Every time I tried to start the android studio it crashed with following message .
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f7638f2cc5f, pid=15720, tid=0x00007f76381f9700
#
# JRE version: OpenJDK Runtime Environment (8.0_76-b03) (build 1.8.0_76-release-b03)
# Java VM: OpenJDK 64-Bit Server VM (25.76-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x821c5f] void ParScanClosure::do_oop_work<unsigned int>(unsigned int*, bool, bool) [clone .constprop.309]+0xdf
#
# 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/mithun/java_error_in_STUDIO_15720.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Aborted (core dumped)
My OS: ubuntu 16.04
Android studio version : 2.2 (tried with 2.3 too same error)
Tried changing java version from java 7 to openjdk 8