Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

[dev_io] signal_actor actor does not exit cleanly and leaks on exit #171

Open
lerwys opened this issue Aug 6, 2020 · 0 comments
Open

[dev_io] signal_actor actor does not exit cleanly and leaks on exit #171

lerwys opened this issue Aug 6, 2020 · 0 comments
Assignees
Labels

Comments

@lerwys
Copy link
Contributor

lerwys commented Aug 6, 2020

Problem: We are not saving the generated pipe when starting the signal_actor thread here: https://github.com/lnls-dig/halcs/blob/master/src/dev_io/dev_io_core.c#L1549

Thus, we leak when destroying dev_io. Even worse, we should refactor this thread to avid dealing with signals directly.

@lerwys lerwys added the bug label Aug 6, 2020
@lerwys lerwys self-assigned this Aug 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant