This site requires JavaScript, please enable it in your browser!
Greenfoot back
Sunflower
Sunflower wrote ...

2016/5/6

Help!!! "core dump" error showing. what to do?

Sunflower Sunflower

2016/5/6

#
# A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fe27865e94e, pid=2247, tid=140611556960000 # # JRE version: Java(TM) SE Runtime Environment (8.0_73-b02) (build 1.8.0_73-b02) # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.73-b02 mixed mode linux-amd64 compressed oops) # Problematic frame: # C # # 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/shash/Greenfoot/hs_err_pid2247.log # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. #
davmac davmac

2016/5/6

#
This is a Java crash. As it says in the portion of the log you posted:
# If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. #
You have the option of reporting a Java bug. You could also try a different version of Java (including OpenJDK) to see if that helps.
You need to login to post a reply.