From owner-freebsd-bugs@FreeBSD.ORG Sat Dec 27 00:20:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85AD7106564A for ; Sat, 27 Dec 2008 00:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6317E8FC0C for ; Sat, 27 Dec 2008 00:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBR0K35W020622 for ; Sat, 27 Dec 2008 00:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBR0K3Zi020621; Sat, 27 Dec 2008 00:20:03 GMT (envelope-from gnats) Resent-Date: Sat, 27 Dec 2008 00:20:03 GMT Resent-Message-Id: <200812270020.mBR0K3Zi020621@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Nikola Knežević" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 589731065673 for ; Sat, 27 Dec 2008 00:14:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 488C58FC12 for ; Sat, 27 Dec 2008 00:14:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBR0EnPf032639 for ; Sat, 27 Dec 2008 00:14:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mBR0Env3032637; Sat, 27 Dec 2008 00:14:49 GMT (envelope-from nobody) Message-Id: <200812270014.mBR0Env3032637@www.freebsd.org> Date: Sat, 27 Dec 2008 00:14:49 GMT From: "Nikola Knežević" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: bin/129965: ps -lH doesn't show the proper CPU# X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2008 00:20:04 -0000 >Number: 129965 >Category: bin >Synopsis: ps -lH doesn't show the proper CPU# >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 27 00:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Nikola Knežević >Release: 7.1-PRERELEASE #5 >Organization: EPFL IC IIF NSL >Environment: FreeBSD nslrack53.epfl.ch 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #5: Wed Sep 17 12:18:55 CEST 2008 knl@nslrack53.epfl.ch:/usr/obj/usr/src/sys/MXCORE amd64 >Description: ps -Hl shows 0 in the CPU# column for every thread. It should show the correct CPU#. >How-To-Repeat: observe the output of ps -axHl >Fix: Patch attached with submission follows: diff -ur ps.orig/keyword.c ps.new/keyword.c --- /usr/src/bin/ps/keyword.c 2007-10-28 18:10:36.000000000 +0100 +++ /usr/src/bin/ps/keyword.c 2008-12-26 20:14:03.000000000 +0100 @@ -83,7 +83,7 @@ NULL, 0}, {"command", "COMMAND", NULL, COMM|LJUST|USER, command, NULL, 16, 0, CHAR, NULL, 0}, - {"cpu", "CPU", NULL, 0, kvar, NULL, 3, KOFF(ki_estcpu), UINT, "d", + {"cpu", "CPU", NULL, 0, kvar, NULL, 3, KOFF(ki_lastcpu), CHAR, "d", 0}, {"cputime", "", "time", 0, NULL, NULL, 0, 0, CHAR, NULL, 0}, {"emul", "EMUL", NULL, LJUST, emulname, NULL, EMULLEN, 0, CHAR, >Release-Note: >Audit-Trail: >Unformatted: