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
I consistently have a 'Segmentation fault (core dumped)' error every time I run the r.stop() command... It seems the SummingReceiver::stop() defined in SummingReceiver.cpp fails to clean up correctly in particular when trying to stop the CollectingStreamer somewhere around here i expect
streamer_->stop();
for (auto &&t : processing_threads_)
t.join();
The text was updated successfully, but these errors were encountered:
I consistently have a 'Segmentation fault (core dumped)' error every time I run the r.stop() command... It seems the
SummingReceiver::stop()
defined in SummingReceiver.cpp fails to clean up correctly in particular when trying to stop the CollectingStreamer somewhere around here i expectThe text was updated successfully, but these errors were encountered: