Skip to content

Instantly share code, notes, and snippets.

Created May 16, 2013 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5591332 to your computer and use it in GitHub Desktop.
Save anonymous/5591332 to your computer and use it in GitHub Desktop.
~ $ env LANG=C /opt/android-studio/bin/android-studio
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x7dd517a9, pid=2869, tid=2143619904
#
# JRE version: 7.0_21-b11
# Java VM: Java HotSpot(TM) Server VM (23.21-b01 mixed mode linux-x86 )
# Problematic frame:
# C [libGL.so.1+0x707a9] glXChooseVisual+0xaf69
#
# 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/rav/hs_err_pid2869.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
/opt/android-studio/bin/android-studio: line 190: 2869 Aborted (core dumped) /opt/java/bin/java -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false -XX:+HeapDumpOnOutOfMemoryError -Djb.vmOptionsFile="/opt/android-studio/bin/studio.vmoptions" "-Xbootclasspath/a:/opt/android-studio/bin/../lib/boot.jar" -Didea.paths.selector=AndroidStudioPreview -Didea.platform.prefix=AndroidStudio -Djb.restart.code=88 com.intellij.idea.Main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment