[PATCH] remove BUG_ON(p->ptrace) in release_task()
The BUG_ON(p->ptrace) will be called if the CLONE_DETACH process is traced. This patch removes BUG_ON(p->ptrace), and also removes a workaround for it in sys_wait4().
Showing
Please register or sign in to comment