docker 启动的时候添加
docker run --cap-add SYS_PTRACE
或者
docker run --privileged
参考: https://github.com/google/sanitizers/issues/764