A fatal error has been detected by the Java Runtime Environment

Asked by Karl

I've installed sikuli using apt-get install sikuli-ide.

I attempt to take a screenshot and the program fails with the following error:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f9df4477b6a, pid=4622, tid=140316414936832
#
# JRE version: OpenJDK Runtime Environment (7.0_79-b14) (build 1.7.0_79-b14)
# Java VM: OpenJDK 64-Bit Server VM (24.79-b02 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 2.5.6
# Distribution: Ubuntu 12.04 LTS, package 7u79-2.5.6-0ubuntu1.12.04.1
# Problematic frame:
# C [libtesseract.so.3+0x27ab6a] tesseract::Classify::CharNormClassifier(TBLOB*, DENORM const&, INT_TEMPLATES_STRUCT*, ADAPT_RESULTS*)+0x94
#
# 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/vagrant/hs_err_pid4622.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.
#
Aborted (core dumped)

This installs Sikuli X-1.0rc3. Is there an apt-get to install 1.1 or is it likely this will still happen in 1.1?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

I do not support 1.0RC3 any more with such system specific problems.

You should try to run a setup with 1.1.0 after having read the quickstart tab at http://sikulix.com

Revision history for this message
Karl (k-d) said :
#2

Thank you.

Revision history for this message
Karl (k-d) said :
#3

Thanks RaiMan, that solved my question.