flux-core icon indicating copy to clipboard operation
flux-core copied to clipboard

libsubprocess: handle SIGCONT

Open chu11 opened this issue 2 years ago • 1 comments

libsubprocess handles SIGSTOP and can return a STOPPED state to the user, but it doesn't return RUNNING if a SIGCONT is sent. I would think this should be handled to balance it out? Or should it be a new state that's not RUNNING?

Note, this doesn't seem that important but seems more of "well, you should probably handle this too" b/c of #5083

chu11 avatar Apr 10 '23 18:04 chu11

Maybe CONTINUED to match waitpid(2)? Not sure if there's a use case for this though..

grondo avatar Apr 12 '23 04:04 grondo