Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2006 13:49:35 -0500
From:      Garance A Drosehn <gad@FreeBSD.org>
To:        Kostik Belousov <kostikbel@gmail.com>, Michael Butler <imb@protected-networks.net>
Cc:        stable@FreeBSD.org
Subject:   Re: something changed with 'ps' ?
Message-ID:  <p06230940c059c156a1c1@[128.113.24.47]>
In-Reply-To: <20060405161444.GJ1375@deviant.kiev.zoral.com.ua>
References:  <4433E269.3030104@protected-networks.net> <20060405161444.GJ1375@deviant.kiev.zoral.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
At 7:14 PM +0300 4/5/06, Kostik Belousov wrote:
>On Wed, Apr 05, 2006 at 11:29:45AM -0400, Michael Butler wrote:
>  >
>  > Removing 'pcpu' stops it from dumping core,
>
>This is result of MFC of rev. 1.73, 1.74 of bin/ps/keyword.c.
>Try the following fix:
>
>Index: bin/ps/keyword.c
>============================
>  	hp = strchr(p, '=');
>  	if (hp)
>  		*hp++ = '\0';
>+	else
>+		hp = p;

I have committed this change to -current.  I'll see about
getting it into the stable branch asap.  Thanks for
catching this.

-- 
Garance Alistair Drosehn     =      gad@gilead.netel.rpi.edu
Senior Systems Programmer               or   gad@FreeBSD.org
Rensselaer Polytechnic Institute;             Troy, NY;  USA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p06230940c059c156a1c1>