Skip to content
Snippets Groups Projects
Commit 5b3cae08 authored by Rachael Huxford's avatar Rachael Huxford Committed by Divya Singh
Browse files

Bug fix: work around sig 11 failure hanging

parent 659bea64
No related branches found
No related tags found
1 merge request!612Combined online-offline ranks
Pipeline #610145 passed
......@@ -1117,7 +1117,7 @@ for output_file_number, (svd_bank_url_dict, output_url, ranking_stat_output_url,
# set the state to NULL here for online data sources
# can sometimes cause the process to hang instead of
# exiting. So we'll just skip it for the online case
if not options.data_source in ("lvshm", "framexmit", "devshm"):
if not options.data_source in ("lvshm", "framexmit", "devshm", "frames"):
print("shutdown: Gstreamer set state to NULL", flush=True, file=sys.stderr)
stream.set_state(Gst.State.NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment