提交 be70f203 编写于 作者: D Dirk Baeumer

Fixes #26840: Hard crash (of everything) when terminating running task

上级 a58c7a6f
#!/bin/bash #!/bin/bash
terminateTree() { terminateTree() {
for cpid in $(pgrep -P $1); do for cpid in $(/usr/bin/pgrep -P $1); do
terminateTree $cpid terminateTree $cpid
done done
kill -9 $1 > /dev/null 2>&1 kill -9 $1 > /dev/null 2>&1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册