Created
July 16, 2012 01:08
-
-
Save neatonk/3119581 to your computer and use it in GitHub Desktop.
JVM Crash when running overtone/mini-beast w/ overtone 0.8.0-SNAPSHOT on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd mini-beast | |
$ lein run | |
Could not find artifact org.clojure:clojure:pom:1.+ in central (http://repo1.maven.org/maven2) | |
Could not find artifact org.clojure:clojure:pom:1.+ in clojars (https://clojars.org/repo/) | |
Could not find artifact org.clojure:clojure:pom:1.+ in stuartsierra-releases (http://stuartsierra.com/maven2) | |
Could not find artifact org.clojure:clojure:pom:1.+ in central (http://repo1.maven.org/maven2) | |
Could not find artifact org.clojure:clojure:pom:1.+ in clojars (https://clojars.org/repo/) | |
Could not find artifact org.clojure:clojure:pom:1.+ in stuartsierra-releases (http://stuartsierra.com/maven2) | |
--> Loading Overtone... | |
--> Booting internal SuperCollider server... | |
setting up worldoptions | |
Warning - native sc-arg :mSharedControls was nil | |
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x00007fb4067151f1, pid=3103, tid=140410596865792 | |
# | |
# JRE version: 7.0_05-b05 | |
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.1-b03 mixed mode linux-amd64 compressed oops) | |
# Problematic frame: | |
# C [ld-linux-x86-64.so.2+0x141f1] _dl_close+0x1 | |
# | |
# 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/neatonk/dev/repos/overtone/mini-beast/hs_err_pid3103.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. | |
# | |
*** ERROR: dlsym load err '/home/neatonk/dev/repos/overtone/mini-beast/target/native/linux/x86_64/libjogl_awt.so: undefined symbol: load' | |
*** ERROR: dlsym load err '/home/neatonk/dev/repos/overtone/mini-beast/target/native/linux/x86_64/libgluegen-rt.so: undefined symbol: load' | |
*** ERROR: dlsym load err '/home/neatonk/dev/repos/overtone/mini-beast/target/native/linux/x86_64/libjogl.so: undefined symbol: load' | |
*** ERROR: dlopen '/home/neatonk/dev/repos/overtone/mini-beast/target/native/linux/x86_64/libjogl_cg.so' err 'libCg.so: cannot open shared object file: No such file or directory' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment