openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #04513
[Bug 643151] [NEW] openshot-render never end
Public bug reported:
command line renderer never exit, it creates output file without any problem but after call sys.exit() it hangs forever. Only way to stop it is to send a signal kill -1.
Some work around is to use return instead of sys.exit() where possible eg in function main in openshot_render.py
and in main program use os._exit(0) to force exit the script, instead throwing exception SystemExit with sys.exit().
Used OS: Linux Mint 9 based on Ubuntu 10.04, OpenShot 1.1.3
** Affects: openshot
Importance: Undecided
Status: New
--
openshot-render never end
https://bugs.launchpad.net/bugs/643151
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
Status in OpenShot Video Editor: New
Bug description:
command line renderer never exit, it creates output file without any problem but after call sys.exit() it hangs forever. Only way to stop it is to send a signal kill -1.
Some work around is to use return instead of sys.exit() where possible eg in function main in openshot_render.py
and in main program use os._exit(0) to force exit the script, instead throwing exception SystemExit with sys.exit().
Used OS: Linux Mint 9 based on Ubuntu 10.04, OpenShot 1.1.3
Follow ups
References