← Back to team overview

sikuli-driver team mailing list archive

[Bug 1687263] Re: [1.1.1] Linux: xdotool check: CommandLine.parse("xdotool -v")

 

** Changed in: sikuli
       Status: Invalid => Fix Committed

** Changed in: sikuli
   Importance: Undecided => Critical

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 1.1.2

** Summary changed:

- [1.1.1] Linux: xdotool check: CommandLine.parse("xdotool -v")
+ [1.1.1] Linux: xdotool check: CommandLine.parse("xdotool -v") --- fixed 1.1.2 2017-05-01

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1687263

Title:
  [1.1.1] Linux: xdotool check: CommandLine.parse("xdotool -v") ---
  fixed 1.1.2 2017-05-01

Status in Sikuli:
  Fix Committed

Bug description:
  *** based on: https://github.com/RaiMan/SikuliX-2014/issues/253
  ---------------------

  I think CommandLine.parse("xdotool version") should be
  CommandLine.parse("xdotool -v") in the checkFeatureAvailability method
  of LinuxUtil.java.

  On Ubuntu 14.04 and Ubuntu 16.04 xdotool version fails with a
  segmentation fault.

  It is a bug in xdotool that any unknown parameter that is passed
  causes a segfault. See my tests below:

  htplainf@ub-mguibot:~$ cat /etc/issue
  Ubuntu 16.04.2 LTS \n \l
  htplainf@ub-mguibot:~$ xdotool -v
  xdotool version 3.20150503.1
  htplainf@ub-mguibot:~$ xdotool version
  Segmentation fault (core dumped)
  htplainf@ub-mguibot:~$ xdotool any_unknown_param_causes_segfault
  Segmentation fault (core dumped)
  htplainf@ub-mguibot:~$

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1687263/+subscriptions


References