← Back to team overview

sikuli-driver team mailing list archive

[Bug 1775394] Re: System.out broken when stopping scripts with ALT+SHIFT+C

 

--- ALT+SHIFT+C
is only an emergency tool in special cases.
One has to live with the caveats of this brute force feature.
Latest version 1.1.2+ should have only a few of them left.

If you need to interrupt a script on a regular base, implement something
based on the hotkey feature, to stop a script at defined situations.

** Changed in: sikuli
       Status: New => Won't Fix

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

** Summary changed:

- System.out broken when stopping scripts with ALT+SHIFT+C
+ System.out broken when stopping scripts with ALT+SHIFT+C --- do not use it as a regular function

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

Title:
  System.out broken when stopping scripts with ALT+SHIFT+C --- do not
  use it as a regular function

Status in Sikuli:
  Won't Fix

Bug description:
  Dear Dev,

  when stopping a script with "ALT + SHIFT + C" in the IDE, I sometimes
  get a "System.out is broken" error popup.

  Example:

   - Create two sikuli scripts.

   - First script ("_test0"):

         runScript('_test1')
         for i in xrange(10):
             print "test"

   - Second script ("_test1"):

         wait(10)

  
  When starting "_test0" and immediately stopping it, while it is waiting for "_test1" to complete the wait instruction, the execution doesn't stop completely. Just _test1 is stopped, _test0 continues executing the "for i in..." statement. If "ALT + SHIFT + C" is pressed again, the system regularly crashes with the above error.

  
  System Specs:
  8 GB RAM
  I7 4790 - 3.60 GHz
  Intel(R) HD Graphics 4600

  Operating System: Windows 7 Pro 64 Bit
  Sikuli Version:   (nightly: 2018-04-08_20:42)
  Java:             Java 8 171

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


References