← Back to team overview

sikuli-driver team mailing list archive

[Question #201470]: Sikuli segfaults when running script

 

New question #201470 on Sikuli:
https://answers.launchpad.net/sikuli/+question/201470

Platform: Centos5


So, using all the answers and information on getting Sikuli to run, I've managed to get the sikuli IDE up and running, and I was trying to get a very basic script functional, where I have the script click on a button in a program's window.  When I click on 'run' in the IDE, sikuli crashes with the output below.  I suspect it may have something to do with my inability to get sikuli to build cleanly, although I did get libVisionProxy.so to build, solving the GLIBCXX_3.4.9 not found issue when I copied it over the released version's libVisionProxy.so.  The first build error is :
[ 61%] Built target VisionProxy
----------
1. ERROR in org/sikuli/script/LinuxUtil.java (at line 18)
        Debug.history("switchApp: " + appName);
              ^^^^^^^
The method history(String, Object[]) in the type Debug is not applicable for the arguments (String)
----------
(149 total errors, most seem somewhat nonsensical) Any ideas?



Crash error output:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb4ee8e5b, pid=7827, tid=2390088592
#
# JRE version: 7.0_05-b05
# Java VM: Java HotSpot(TM) Server VM (23.1-b03 mixed mode linux-x86 )
# Problematic frame:
# j  org.sikuli.script.OpenCV.convertBufferedImageToMat(Ljava/awt/image/BufferedImage;)Lorg/sikuli/script/natives/Mat;+6
#
# 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/Sikuli/Sikuli-IDE/hs_err_pid7827.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#
./sikuli-ide.sh: line 4:  7827 Aborted                 LC_NUMERIC=C java -Dsikuli.console=true -Dsikuli.debug=0 -Xms64M -Xmx512M -Dfile.encoding=UTF-8 -jar "$DIR/sikuli-ide.jar" $*




-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.