Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ventZl
Copy link
Owner

@ventZl ventZl commented Dec 9, 2025

Linux port was missing code to deliver signals and properly handle thread quitting / joining. This PR adds these missing features.

Linux port wasn't properly marking threads that quit as finished so
scheduler still tried to schedule them and that caused scheduler halt.
Signal delivery was missing in Linux port so far. Now signal handler is
called.
@ventZl ventZl merged commit 6b2fdd3 into master Dec 9, 2025
4 checks passed
@ventZl ventZl deleted the fix/linux-signals-thread-exit branch December 9, 2025 15:20
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.

2 participants