LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   A java software (Zekr) is giving java error (https://www.linuxquestions.org/questions/linux-newbie-8/a-java-software-zekr-is-giving-java-error-4175498737/)

zetrotrack000 03-19-2014 09:36 AM

A java software (Zekr) is giving java error
 
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:
#  http://icedtea.classpath.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
http://pastebin.com/e11JAHyd
However, it does not help much.
Kindly help me to solve this problem.

prayag_pjs 03-19-2014 09:41 AM

# An error report file with more information is saved as:
# /tmp/hs_err_pid3176.log


Can you check above log file for more details?

zetrotrack000 03-19-2014 09:49 AM

Quote:

Originally Posted by prayag_pjs (Post 5137405)
# An error report file with more information is saved as:
# /tmp/hs_err_pid3176.log


Can you check above log file for more details?

Yes, I have tried to read the log file but not able to understand it. It contains some memory information, some info about java and some plugins info. I am not able to fully understand it. Here is the log file
http://pastebin.com/e11JAHyd
Can you help me by looking at it?

zetrotrack000 03-20-2014 09:17 AM

Problem solved. Here is the solution:
http://www.linuxforums.org/forum/app...ava-error.html


All times are GMT -5. The time now is 05:45 AM.