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

Threads do not clean terminate on exit signals #17

Open
elschnorro77 opened this issue Mar 26, 2024 · 1 comment
Open

Threads do not clean terminate on exit signals #17

elschnorro77 opened this issue Mar 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@elschnorro77
Copy link
Member

  • close_script() does not wait for threads to end prior to sys.exit()
  • "systemctl stop | restart honeypi.service" not catched at all
@elschnorro77 elschnorro77 added the bug Something isn't working label Mar 26, 2024
@JavanXD
Copy link
Member

JavanXD commented May 23, 2024

Are there any threads that cause a real issue?
I observed in main.py there is ttimesync and tgpstimesync, but there are also other short term lived threats such as for the button press detection or the led blinking.

I would only focus on those which lead to a irreversible state of the service or break something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants