racket / racket/gui

(play-sound) doesn't return a subprocess and doesn't exit with (exit)

Open
#9 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.