Date: Mon, 01 Jun 2015 14:25:17 -0400 From: John Baldwin <jhb@freebsd.org> To: Xin LI <delphij@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r283889 - head/sys/kern Message-ID: <3091869.VXHGj8nhqT@ralph.baldwin.cx> In-Reply-To: <201506011815.t51IFkPv027540@svn.freebsd.org> References: <201506011815.t51IFkPv027540@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, June 01, 2015 06:15:46 PM Xin LI wrote: > Author: delphij > Date: Mon Jun 1 18:15:45 2015 > New Revision: 283889 > URL: https://svnweb.freebsd.org/changeset/base/283889 > > Log: > Clear p_stops when doing PT_DETACH. > > Without this, if a process was being traced by truss(1), which > uses different p_stops bits than gdb(1), the latter would > misbehave because of the unexpected bits. Please also clear this for procfs detach as well. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3091869.VXHGj8nhqT>