sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #58856
[Bug 1966437] Re: Sometimes Sikuli fails to run on Ubuntu 20.04 --- Runner: runscript: silently fails
to be checked
** Summary changed:
- Sometimes Sikuli fails to run on Ubuntu 20.04
+ Sometimes Sikuli fails to run on Ubuntu 20.04 --- Runner: runscript: silently fails
** Changed in: sikuli
Status: New => In Progress
** Changed in: sikuli
Importance: Undecided => Medium
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => 2.0.6
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to SikuliX.
https://bugs.launchpad.net/bugs/1966437
Title:
Sometimes Sikuli fails to run on Ubuntu 20.04 --- Runner: runscript:
silently fails
Status in SikuliX:
In Progress
Bug description:
Sikuli version: 2.0.5
Operating System: Ubuntu 20.04 64-bit
Java: openjdk 11.0.14
Summary:
--------
We have a Jenkins automated test that runs nightly using Sikuli. Most of the time everything works just fine. Intermittently the test will fail in a peculiar way. When it fails in this manner, it looks like Sikuli fails to start properly.
Details:
--------
Our shell script is starting Sikuli as follows:
export DISPLAY=:0 && java -jar sikulixide-2.0.5.jar -v -d 3 -r $d
Where $d is the path to the Sikuli script to run.
We added the "-v -d 3" parameters in an attempt to troubleshoot this
bug but now we're stuck with the output that we have and need help
getting further.
I'll attach two log files showing the different output between a
passed and failed run.
From the passed run:
[1021 debug] RunTime:loadLib: libJXGrabKey.so (success)
[1052 debug] HotkeyManager: add Abort Hotkey: ALT+SHIFT C (67, 9)
[1054 debug] Runner: runscript: running script: /home/user/shared/testsystem/display_api/C/testSDLGCWindow.sikuli/testSDLGCWindow.py
[1055 debug] JythonRunner: starting initialization
From the failed run:
[987 debug] RunTime:loadLib: libJXGrabKey.so (success)
[1013 debug] HotkeyManager: add Abort Hotkey: ALT+SHIFT C (67, 9)
[1483 debug] RunTime:***** final cleanup at System.exit() *****
What else can we do to help debug this issue?
Thanks
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1966437/+subscriptions
References