Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Segmentation fault at stop attempt of receiver #42

Open
kferjaoui opened this issue Sep 26, 2024 · 0 comments
Open

Bug: Segmentation fault at stop attempt of receiver #42

kferjaoui opened this issue Sep 26, 2024 · 0 comments

Comments

@kferjaoui
Copy link

kferjaoui commented Sep 26, 2024

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();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant