openshot-render never end
Bug #643151 reported by
Tony Manero
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
New
|
Undecided
|
Unassigned |
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
Changed in openshot: | |
milestone: | none → 1.4.0 |
Changed in openshot: | |
milestone: | 1.4.0 → 1.4.1 |
To post a comment you must log in.
Could you update àt the version 1.2.2 and tell us if , for the same operation, have you always this bug ?
Thanks.