From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 21 08:00:29 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 828EA106566B for ; Fri, 21 Sep 2012 08:00:29 +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 5557D8FC16 for ; Fri, 21 Sep 2012 08:00:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8L80S7v061634 for ; Fri, 21 Sep 2012 08:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8L80SQO061627; Fri, 21 Sep 2012 08:00:28 GMT (envelope-from gnats) Date: Fri, 21 Sep 2012 08:00:28 GMT Message-Id: <201209210800.q8L80SQO061627@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: ben wilber Cc: Subject: Re: kern/171811: [patch] rctl(8) cputime is too high X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ben wilber List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2012 08:00:29 -0000 The following reply was made to PR kern/171811; it has been noted by GNATS. From: ben wilber To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/171811: [patch] rctl(8) cputime is too high Date: Fri, 21 Sep 2012 03:51:18 -0400 Sorry, please ignore my patch; I guess the problem is just that = p_prev_runtime is never initialized. I'm not sure why it exists, but = removing it makes things work as expected.=