From owner-freebsd-current@FreeBSD.ORG Tue Oct 14 22:23:44 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40DE816A4B3 for ; Tue, 14 Oct 2003 22:23:44 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CE9943FA3 for ; Tue, 14 Oct 2003 22:23:43 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id h9F5Ngrq018223; Wed, 15 Oct 2003 01:23:42 -0400 (EDT) Date: Wed, 15 Oct 2003 01:23:42 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Kris Kennaway In-Reply-To: <20031015031727.GA50667@rot13.obsecurity.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: current@freebsd.org Subject: Re: libkse process stats breakage (Re: cvs commit:src/sys/amd64/amd64 ucontext.h) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 05:23:44 -0000 On Tue, 14 Oct 2003, Kris Kennaway wrote: > On Wed, Oct 15, 2003 at 11:10:43AM +0800, David Xu wrote: > > > The change you made to ucontext.h breaks libkse. :-( > > Speaking of libkse breakage: > > 10427 root 20 0 10500K 8380K kserel 6:44 0.00% 0.00% python2.3 > 10424 root 20 0 9292K 7280K kserel 4:43 0.00% 0.00% python2.3 > 3523 kris 20 0 50924K 40996K kserel 2:32 0.00% 0.00% MozillaFirebird-bin > > Those are threaded processes using libkse via libmap.conf, which are > using CPU but do not have any CPU% listed. Scheduler is 4BSD, kernel > was built yesterday. Other than stats being off, do the processes seem to be working correctly? Oh, and is this an SMP or UP system? -- Dan Eischen