Issue Number: 700327a
| Issue | In Linux environments where the kernel parameter ptrace_scope is set to a value other than 0, call stack dumps are not generated. |
| Cause | When the ptrace_scope value is 1, an arbitrary process A cannot perform ptrace attach on another process B that is not pre-designated. |
| Solutions | Modified to allow the AGNT process to perform ptrace attach on each process. |