bneradt opened a new pull request, #413: URL: https://github.com/apache/trafficserver-ci/pull/413
The traffic_crashlog helper uses ptrace to get backtraces from the crashed traffic_server process. Without the SYS_PTRACE capability, ptrace fails with EPERM and no backtrace is captured in the crash log. Also add --init for proper signal handling in the container. Also disable seccomp filtering with --security-opt seccomp=unconfined because Docker's default seccomp profile blocks ptrace even when SYS_PTRACE capability is added. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
