fluent / sigdump

Use signal to show stacktrace of a Ruby process without restarting it
Apache License 2.0
187 stars 27 forks source link

SIGCONT ignored on some machines #10

Open yegor256 opened 6 years ago

yegor256 commented 6 years ago

I run exactly the same Ruby script on two machines. On one of them kill -CONT pid causes the generation of the log file, while on the other one it is ignored. What could be the reason?

andrisbriedis commented 3 years ago

Seeing the same issue. Works locally on Linux Mint, but does nothing on Amazon Linux.

ganga1980 commented 2 years ago

I am seeing the same issue for fluentd supervisor process. though fluentd supervisor process running fine but kill -CONT pid doesnt generate the sigdump log file but for fluentd worker process generets the sigdump log file. not sure, whats causing this behavior.