Created
December 19, 2011 10:41
-
-
Save rmoriz/1496569 to your computer and use it in GitHub Desktop.
Java SE embedded crashing on 3.1.1 omap
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
| rmoriz@panda:~$ uname -ar | |
| Linux panda 3.1.1-5-linaro-lt-omap #5~lt~ci~20111218011838+020210-Ubuntu SMP PREEMPT Mon Dec 19 05: armv7l armv7l armv7l GNU/Linux | |
| rmoriz@panda:~$ java -version | |
| java version "1.7.0_02" | |
| Java(TM) SE Runtime Environment for Embedded (build 1.7.0_02-b13, headless) | |
| Java HotSpot(TM) Server VM (build 22.0-b10, mixed mode, experimental) | |
| rmoriz@panda:~$ irb | |
| # | |
| # A fatal error has been detected by the Java Runtime Environment: | |
| # | |
| # SIGSEGV (0xb) at pc=0xb2bf3598, pid=2376, tid=3059872880 | |
| # | |
| # JRE version: 7.0_02-b13 | |
| # Java VM: Java HotSpot(TM) Server VM (22.0-b10 mixed mode linux-arm ) | |
| # Problematic frame: | |
| # C 0xb2bf3598 fork1+0xfc07881c | |
| # | |
| # 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/rmoriz/hs_err_pid2376.log | |
| Could not load hsdis-arm.so; library not loadable; PrintAssembly is disabled | |
| # | |
| # If you would like to submit a bug report, please visit: | |
| # http://bugreport.sun.com/bugreport/crash.jsp | |
| # | |
| Aborted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment