Hi,
I am seeing this intermittent behavior in rocky8.9 where i suspect cpulimit is not sending SIGCONT to the child proc and child process is been hung there for days. Any idea what could be the reason ? How do debug this issue?
cmd: cpulimit -l 15 aws s3 cp foo bar
and there is no load on the system and have enough cpu cycles. If i send SIGCONT
to the pid then the process is getting executed successfully. We never saw this behavior in centos7.
sudo strace -p 2558819
strace: Process 2558819 attached
--- stopped by SIGSTOP ---
version: cpulimit-0.2-13.20151118gitf4d2682.el8.x86_64