You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agree, this is a bit irritating - it's a bit unclear how I can trap signals easily in the top level command plugin portably though, needs investigation.
I did a try on this, but it seems even with --disable-sandbox I can't send a signal to the child process, with sandbox I get EPERM and with sandbox disabled I get ESRCH (with the correct pid provided).
I basically did this (in benchmark command plugin, command tool and benchmark runner all the way):
Now when a benchmark hangs and I terminate it with Ctrl-C spawned processes remain running.
The text was updated successfully, but these errors were encountered: