sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #23073
[Bug 1267694] [NEW] Stop function is not normal
Public bug reported:
sikuli version: 1.0.1
os:64bit, win7
Step:
1, Open the IDE.
2, Edit the simple py script in IDE and save it. like this.
for i in range(1,10000):
print(i)
3, Press the key:Alt+Shift+C to stop the running script.
Expect result: The IDE will display normal and run the script again
normally.
Observer result:The IDE display normal, but you could not run the script
successful again. It will back to the IDE UI immediately.
Comments:
I guess we would not force stop the running thread and it will call the jython.jar's thread.
It will cause other phenomenon:It will not real stop the script successful, it will continue to execute the action when you press the stop function.
I want to know how to stop the running script successful.
Thanks for your help.
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1267694
Title:
Stop function is not normal
Status in Sikuli:
New
Bug description:
sikuli version: 1.0.1
os:64bit, win7
Step:
1, Open the IDE.
2, Edit the simple py script in IDE and save it. like this.
for i in range(1,10000):
print(i)
3, Press the key:Alt+Shift+C to stop the running script.
Expect result: The IDE will display normal and run the script again
normally.
Observer result:The IDE display normal, but you could not run the
script successful again. It will back to the IDE UI immediately.
Comments:
I guess we would not force stop the running thread and it will call the jython.jar's thread.
It will cause other phenomenon:It will not real stop the script successful, it will continue to execute the action when you press the stop function.
I want to know how to stop the running script successful.
Thanks for your help.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1267694/+subscriptions
Follow ups
References