(play-sound) doesn't return a subprocess and doesn't exit with (exit)
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 68
- Forks
- 82
- PR merge metrics
- No merged PRs in 30d
Description
(play-sound) seems to spawn a subprocess but doesn't return the subprocess on Linux/Unix. In addition, the subprocess (aplay) doesn't kill with (exit) or (kill-thread) when run in a thread.
A solution in #racket on freenodes advised to use (current-subprocess-custodian-mode 'kill) which allows it to kill the thread with (exit).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the (play-sound) entry point and reproduce its Linux/Unix behavior, focusing on the aplay subprocess and the suggested current-subprocess-custodian-mode setting. Done means (play-sound) returns the subprocess and (exit) or (kill-thread) terminates aplay when playback runs in a thread.
Written by the indexing model from the issue text.
Assessment
- Domain
- desktop, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100