Skip to content
Snippets Groups Projects
Commit afbe38a5 authored by Rachael Huxford's avatar Rachael Huxford Committed by Cort Posnansky
Browse files

Bug fix: work around sig 11 failure hanging

parent 4ff40d67
No related branches found
No related tags found
1 merge request!591add workflow to aggregate the marg_dist, trigger, and inj-trigger for a combined rank
Pipeline #608753 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