fiuba08 / robotframework

Automatically exported from code.google.com/p/robotframework
Apache License 2.0
0 stars 0 forks source link

Facing [ ERROR ] Execution stopped by user without any hint for user what happened #1723

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am facing the following error while running pybot from 32bit linux.
I want to know the exact reason why this happens and any means of more 
informations on these errors will help.

Original issue reported on code.google.com by ram31...@gmail.com on 31 May 2014 at 9:58

GoogleCodeExporter commented 9 years ago
What error you get and in what circumstances?

Original comment by pekka.klarck on 6 Jun 2014 at 10:10

GoogleCodeExporter commented 9 years ago
*[ ERROR ] Execution stopped by user*
This was the message i received. Sorry for the late response.
When i debugged, i could note that if there was an error in python file
which created this issue.
But strange i didnt get python error instead got this error.

Original comment by ram31...@gmail.com on 9 Jun 2014 at 2:36

GoogleCodeExporter commented 9 years ago
Python code can cause this error my raising either KeyboardInterrupt or 
SystemExit exception. Most likely something like that happened to you.

Original comment by pekka.klarck on 12 Jun 2014 at 8:25

GoogleCodeExporter commented 9 years ago
Thanks.

Original comment by ram31...@gmail.com on 12 Jun 2014 at 11:21