analogdevicesinc / gr-iio

IIO blocks for GNU Radio
GNU General Public License v3.0
94 stars 61 forks source link

Context closure bug #21

Closed tfcollins closed 6 years ago

tfcollins commented 6 years ago

This fixes #20 as well as fixes an appveyor build issue. Now we keep track of all open contexts, the number of blocks using each context, and their uris.

This came about from an issue: https://ez.analog.com/thread/103178-runtimeerror-unable-to-create-buffer-16-after-added-fmcomms2-blocks-on-no-gui-run-to-completion-gnuradio

tfcollins commented 6 years ago

Will be merged once https://ez.analog.com/thread/103178-runtimeerror-unable-to-create-buffer-16-after-added-fmcomms2-blocks-on-no-gui-run-to-completion-gnuradio is resolved.