Skip to content

Stop the TermScrnUpd thread on exit#529

Draft
davidrg wants to merge 1 commit intomasterfrom
stop-termscrnupd-thread-on-exit
Draft

Stop the TermScrnUpd thread on exit#529
davidrg wants to merge 1 commit intomasterfrom
stop-termscrnupd-thread-on-exit

Conversation

@davidrg
Copy link
Copy Markdown
Owner

@davidrg davidrg commented Apr 25, 2026

The TermScrnUpd thread is never stopped during exit. This means it never cleans up its resources (not that it really matters), and its still running when any mutexes, semaphores, and thread local storage it depends on is cleaned up.

If there is/was a reason why this thread should be left running all the way to process termination it is not obvious to me. So make it stop once its no longer needed.

The TermScrnUpd thread is never stopped during exit. This means it never cleans up its resources (not that it really matters), and its still running when any mutexes, semaphores, and thread local storage it depends on is cleaned up.

If there is/was a reason why this thread should be left running all the way to process termination it is not obvious to me.
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

Successfully merging this pull request may close these issues.

1 participant