Z
zetrotrack000
Hi
I am using 64bitarch linux. I use a software named 'zekr' on daily basis for research purpose. This is a java based software. Previously this worked well on my arch installations but not this time. Now whenever I try to launch 'zekr.sh', it crashes with following error:
Code:
java version "1.7.0_51"
OpenJDK Runtime Environment (IcedTea 2.4.5) (ArchLinux build 7.u51_2.4.5-1-x86_64)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f363ed37bd1, pid=3176, tid=139872297096960
#
# JRE version: OpenJDK Runtime Environment (7.0_51-b31) (build 1.7.0_51-b31)
# Java VM: OpenJDK 64-Bit Server VM (24.51-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libsoup-2.4.so.1+0x6fbd1] 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:
# /tmp/hs_err_pid3176.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# icedtea[dot]classpath[dot]org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/usr/bin/zekr.sh: line 18: 3176 Aborted (core dumped) "$JAVA_CMD" $VM_ARGS -cp "$CLASS_PATH" $MAIN_CLASS $*
As suggested here, I have also tried "ulimit -c unlimited" but no use. I have also tried by installing jdk from AUR but this also did not work and zekr gave error that java not found so I reverted back to open-jdk which worked with my previous installations.
Here is the output of /tmp/hs_err_pid3176.log
pastebin[dot]com/e11JAHyd
However, it does not help much.
Kindly help me to solve this problem.
Continue reading...
I am using 64bitarch linux. I use a software named 'zekr' on daily basis for research purpose. This is a java based software. Previously this worked well on my arch installations but not this time. Now whenever I try to launch 'zekr.sh', it crashes with following error:
Code:
java version "1.7.0_51"
OpenJDK Runtime Environment (IcedTea 2.4.5) (ArchLinux build 7.u51_2.4.5-1-x86_64)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f363ed37bd1, pid=3176, tid=139872297096960
#
# JRE version: OpenJDK Runtime Environment (7.0_51-b31) (build 1.7.0_51-b31)
# Java VM: OpenJDK 64-Bit Server VM (24.51-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libsoup-2.4.so.1+0x6fbd1] 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:
# /tmp/hs_err_pid3176.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# icedtea[dot]classpath[dot]org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/usr/bin/zekr.sh: line 18: 3176 Aborted (core dumped) "$JAVA_CMD" $VM_ARGS -cp "$CLASS_PATH" $MAIN_CLASS $*
As suggested here, I have also tried "ulimit -c unlimited" but no use. I have also tried by installing jdk from AUR but this also did not work and zekr gave error that java not found so I reverted back to open-jdk which worked with my previous installations.
Here is the output of /tmp/hs_err_pid3176.log
pastebin[dot]com/e11JAHyd
However, it does not help much.
Kindly help me to solve this problem.
Continue reading...