Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (1 / 5) |
Uptime: | 44:59:26 |
Calls: | 422 |
Calls today: | 1 |
Files: | 1,024 |
Messages: | 90,302 |
On Sun, 26 Jan 2025 01:25:22 +0100, Janis Papanagnou wrote:
I'd guess, though, that it wouldn't have helped ...
Well, if you explicitly waited for a job it couldn’t find, then you would be right. But given it is capable of waiting in general for any job to terminate,
it might take a different path through the code that is not
afflicted by the same state confusion.
Any idea what's going on and how to get rid of those undead jobs?
On Sat, 25 Jan 2025 16:12:43 +0100, Janis Papanagnou wrote:
Any idea what's going on and how to get rid of those undead jobs?
Does the “wait” command help?
I'd guess, though, that it wouldn't have helped ...
You initiate jobs, say, by something like 'a_command &', the command
gets registered in a shell table. And at any time you can 'wait' for it.
On Sun, 26 Jan 2025 13:13:37 +0100, Janis Papanagnou wrote:
You initiate jobs, say, by something like 'a_command &', the command
gets registered in a shell table. And at any time you can 'wait' for it.
The “wait” command doesn’t require you to specify which job to wait for.
On 26.01.2025 22:58, Lawrence D'Oliveiro wrote:
The “wait” command doesn’t require you to specify which job to wait
for.
Yes, so what? - Mind that there's no process/job running any more.