-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zombie process #158
Labels
bug
Something isn't working
mockingbird
relates to the features in coggiebot's feature "mockingbird"
regression
Comments
Skarlett
added
bug
Something isn't working
mockingbird
relates to the features in coggiebot's feature "mockingbird"
labels
Nov 14, 2023
Believed to good for now. Will be reopened if it appears. |
Continued to show after 65db86a |
https://stackoverflow.com/questions/25172425/create-zombie-process
|
Merged
Skarlett
pushed a commit
that referenced
this issue
May 11, 2024
commit 0514d94 Author: allow <[email protected]> Date: Sat May 11 14:03:55 2024 -0500 resolve conversation 1 commit 1f58544 Author: allow <[email protected]> Date: Sat May 11 14:02:49 2024 -0500 fix build error commit 191dea9 Author: allow <[email protected]> Date: Sat May 11 13:10:38 2024 -0500 clean up comments commit 2d647a7 Author: allow <[email protected]> Date: Sat May 11 13:00:39 2024 -0500 restore: .ls commit 4e15fb0 Author: allow <[email protected]> Date: Sat May 11 12:11:25 2024 -0500 remove balloon commit 82b6356 Merge: a898877 bb6a864 Author: allow <[email protected]> Date: Sat May 11 12:02:56 2024 -0500 Merge branch 'master-fix' into merge-master commit bb6a864 Merge: 2e2e10e a639cac Author: allow <[email protected]> Date: Sat May 11 10:21:44 2024 -0500 merge fix commit a639cac Merge: 39107bc 50219b3 Author: allow <[email protected]> Date: Sat May 11 02:17:01 2024 -0500 merge fix commit 39107bc Author: allow <[email protected]> Date: Sat May 11 01:48:01 2024 -0500 put a buffer behind stdout commit 8b3e514 Author: allow <[email protected]> Date: Fri May 10 23:19:48 2024 -0500 fixes #158 for good commit 50219b3 Author: allow <[email protected]> Date: Thu May 9 08:16:35 2024 -0500 add comments about it commit a2762f9 Author: allow <[email protected]> Date: Thu May 9 08:14:27 2024 -0500 tame the zombies commit 8d1636b Author: allow <[email protected]> Date: Wed May 8 22:02:09 2024 -0500 zproc guard, fix spotify-stream commit 0bfe347 Author: allow <[email protected]> Date: Wed May 8 14:20:29 2024 -0500 fix: cffi + deadlock commit 4d737b9 Author: allow <[email protected]> Date: Wed May 8 22:02:09 2024 -0500 zproc guard, fix spotify-stream commit 9fa42ba Author: allow <[email protected]> Date: Wed May 8 14:20:29 2024 -0500 fix: cffi + deadlock commit 804f91b Author: Skarlett <[email protected]> Date: Wed Nov 15 02:02:22 2023 -0600 add feature: `mockingbird-radio` add commands: `seed` `radio` `list` commit 6104500 Author: Skarlett <[email protected]> Date: Tue Nov 14 13:49:37 2023 -0600 template new commands commit 65db86a Author: Skarlett <[email protected]> Date: Tue Nov 14 13:11:56 2023 -0600 fix: hanging ffmpeg process commit 07824a2 Author: Lunarix <[email protected]> Date: Tue Nov 14 12:04:33 2023 -0600 fix deadlock (#157) Co-authored-by: Skarlett <[email protected]> commit 05dbb3a Author: Skarlett <[email protected]> Date: Tue Nov 14 07:51:10 2023 -0600 refactor some ugly commit ee7acbb Merge: 4956e84 1516513 Author: Skarlett <[email protected]> Date: Fri Nov 10 11:11:23 2023 -0600 merge fix commit 4956e84 Author: Skarlett <[email protected]> Date: Sat Sep 23 10:12:58 2023 -0500 support cmdline or stdin commit 1e82627 Author: Skarlett <[email protected]> Date: Wed Sep 20 15:53:12 2023 -0500 fix skip + unique seeds commit e693c39 Author: Skarlett <[email protected]> Date: Wed Sep 20 14:21:11 2023 -0500 fix bug commit ae1052e Author: Skarlett <[email protected]> Date: Wed Sep 20 14:01:35 2023 -0500 add radio-capabilities commit 789ec9d Author: Skarlett <[email protected]> Date: Tue Sep 19 12:12:49 2023 -0500 preloading capabilities commit 3eb9e6e Author: Skarlett <[email protected]> Date: Tue Sep 19 04:06:41 2023 -0500 comments commit 9f5b5ca Author: Skarlett <[email protected]> Date: Tue Sep 19 04:05:42 2023 -0500 add back cache commit ba33550 Author: Skarlett <[email protected]> Date: Tue Sep 19 04:01:12 2023 -0500 add shebang commit 54bc28a Author: Skarlett <[email protected]> Date: Tue Sep 19 03:59:36 2023 -0500 include spotipy in build commit dfb7285 Author: Skarlett <[email protected]> Date: Tue Sep 19 03:58:29 2023 -0500 rename: recommend -> spotify-recommend commit 723836e Author: Skarlett <[email protected]> Date: Tue Sep 19 03:51:04 2023 -0500 cleanup imports commit 3dfd67c Author: Skarlett <[email protected]> Date: Tue Sep 19 03:47:28 2023 -0500 make cobblestone tools commit 732c9c1 Author: Skarlett <[email protected]> Date: Tue Sep 19 02:37:13 2023 -0500 initial commit commit c5d0edd Merge: 4780328 4f83c4a Author: Skarlett <[email protected]> Date: Tue Sep 19 02:31:48 2023 -0500 Merge branch 'master' into radio-station commit 4780328 Merge: 8c06595 b415334 Author: Skarlett <[email protected]> Date: Tue Sep 19 02:28:30 2023 -0500 Merge branch 'balloon' into radio-station commit b415334 Author: Skarlett <[email protected]> Date: Tue Sep 19 02:17:37 2023 -0500 balloon memory mechanism Processes which use streaming connections may timeout if not read. This is a problem for long-running processes which may not be able to read the data in time. `balloon` greedily reads from a stdin until exhaustion, and distributes the copied content from stdout commit f23f3b3 Author: Skarlett <[email protected]> Date: Mon Sep 18 11:44:00 2023 -0500 balloon: fix build commit 47bb332 Author: Skarlett <[email protected]> Date: Mon Sep 18 10:04:18 2023 -0500 new crates: `balloon` + `cutils` commit 8c06595 Author: Skarlett <[email protected]> Date: Mon Sep 18 08:58:40 2023 -0500 create DeemixCache commit 2e2e10e Author: Skarlett <[email protected]> Date: Tue Mar 21 22:01:38 2023 -0500 fix async blocks commit f995552 Author: Skarlett <[email protected]> Date: Tue Mar 21 21:28:42 2023 -0500 fix bookmark (final) commit 4ec91f3 Author: Skarlett <[email protected]> Date: Tue Mar 21 21:27:08 2023 -0500 fix + vbump commit 5a4fc03 Author: Skarlett <[email protected]> Date: Tue Mar 21 21:09:47 2023 -0500 fix bookmark commit 0c06c3e Author: Skarlett <[email protected]> Date: Tue Mar 21 20:53:40 2023 -0500 vbump
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
mockingbird
relates to the features in coggiebot's feature "mockingbird"
regression
first seen in #120
The text was updated successfully, but these errors were encountered: