Commit 36e0f7d
committed
patch 7.4.1824
Problem: When a job is no longer referenced and does not have an exit
callback the process may hang around in defunc state. (Nicola)
Solution: Call job_status() if the job is running and won't get freed
because it might still be useful.1 parent d9db8b4 commit 36e0f7d
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4144 | 4144 | | |
4145 | 4145 | | |
4146 | 4146 | | |
4147 | | - | |
| 4147 | + | |
4148 | 4148 | | |
4149 | 4149 | | |
4150 | 4150 | | |
| |||
4234 | 4234 | | |
4235 | 4235 | | |
4236 | 4236 | | |
4237 | | - | |
| 4237 | + | |
4238 | 4238 | | |
4239 | 4239 | | |
4240 | 4240 | | |
| |||
4252 | 4252 | | |
4253 | 4253 | | |
4254 | 4254 | | |
4255 | | - | |
| 4255 | + | |
4256 | 4256 | | |
4257 | 4257 | | |
4258 | 4258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
| 756 | + | |
| 757 | + | |
756 | 758 | | |
757 | 759 | | |
758 | 760 | | |
| |||
0 commit comments