On 01/03/2014 11:01 PM, Miguel Duarte wrote:
> The proposed solution was using detector1.wait() and detector1 = None
> after stopping the flowgraph.
I very vaguely remember something like this... Try this: Put the whole
thing into an extra function, and assign the tb there, like:
def run_one_instance():
d = detector()
d.start()
time.sleep(x)
d.stop()
return
I think this does the garbage collection differently. Tell us what happened!
MB
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio