[opensuse] how to fix core dump?
hi when i start zekr a java application this error occured how to fix it? ****************************************************************** # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f8b34f6aee1, pid=3042, tid=140237238118144 # # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18) # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libsoup-2.4.so.1+0x70ee1] soup_session_feature_detach+0x11 # # 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/onazari/zekr/hs_err_pid3042.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. # zekr.sh: line 18: 3042 Aborted "$JAVA_CMD" $VM_ARGS -cp "$CLASS_PATH" $MAIN_CLASS $* ****************************************************************** ulimit not available in my pc! -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
om.bagh wrote:
hi when i start zekr a java application this error occured how to fix it? ****************************************************************** # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f8b34f6aee1, pid=3042, # tid=140237238118144 # # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18) # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libsoup-2.4.so.1+0x70ee1] soup_session_feature_detach+0x11 # # 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/onazari/zekr/hs_err_pid3042.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. # zekr.sh: line 18: 3042 Aborted "$JAVA_CMD" $VM_ARGS -cp "$CLASS_PATH" $MAIN_CLASS $* ****************************************************************** ulimit not available in my pc!
ulimit will only allow the core dump to be written, it will not automagically fix it :-) Regardless, 'ulimit' has to be available on your system. How did you determine that it is not? -- Per Jessen, Zürich (-0.8°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
om.bagh
-
Per Jessen