You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
The closeStream hook needs to cleanup anything that may have been left active by activateStream(), right now it looks like closeStream() crashes if deactivate was not called. closeStream should be able to clean up nicely regardless.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See initial bug report and GDB backtrace from pothosware/SoapyRemote#44
Maybe the destructor attempts to clean up IIO instances which have already been destroyed when the client died?
The text was updated successfully, but these errors were encountered: