Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

SoapySDRServer unexpectedly terminates #11

Open
eblot opened this issue Aug 16, 2018 · 1 comment
Open

SoapySDRServer unexpectedly terminates #11

eblot opened this issue Aug 16, 2018 · 1 comment

Comments

@eblot
Copy link

eblot commented Aug 16, 2018

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?

@guruofquality
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants