Opened at 2022-08-31T21:55:23Z
Closed at 2023-01-25T13:35:41Z
#3921 closed enhancement (fixed)
exit when stdin closed
Reported by: | meejah | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | code-frontend-cli | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
When running tahoe as a subprocess the parent needs a way to ensure its children shut down.
This is, unfortunately, not a straightforward problem. Some support from the children can be useful.
Add a feature whereby if stdin is closed, tahoe will exit. This means that when run as a child process, tahoe will exit if the parent goes away (even if it can't have time to e.g. run its own cleanup / kill).
Change History (1)
comment:1 Changed at 2023-01-25T13:35:41Z by exarkun
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in https://github.com/tahoe-lafs/tahoe-lafs/commit/3041e97f44108299d3fe7338d146426fdf158a6b