Re: bin/3241

[ Available lists | Index of freebsd-bugs | Month of Apr 1997 | Week of 9 Apr 1997 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Peter Wemm <peter@spinner.DIALix.COM>
Date
9 Apr 1997 13:30:03
Subject
Re: bin/3241
Message-ID
199704092030.NAA15504@freefall.freebsd.org


[ Hide this part ]
The following reply was made to PR bin/3241; it has been noted by GNATS.

From: Peter Wemm <peter@spinner.DIALix.COM>
To: Mike Pritchard <mpp@freefall.freebsd.org>
Cc: jari@apeli.tky.hut.fi, freebsd-bugs@freefall.freebsd.org,
freebsd-gnats-submit@freebsd.org
Subject: Re: bin/3241
Date: Thu, 10 Apr 1997 04:19:50 +0800

Mike Pritchard wrote:
> Synopsis: times(3) returns only stime
>
> The test program works correctly under 2.1.7 and 3.0-current.
> I don't have a 2.2 system to test this on, so I can't verify
> that it fails to work under 2.2 as reported in the PR.

Most likely this was because the statclock got stalled. This has been
recently fixed in -current. A good way to test for this is to run "systat
-vmstat 1" and see if it says that "the alternate system clock has died".
If so, you should schedule a reboot since the process scheduler is
adversely affected. Alternatively, if you have DDB loaded in the kernel,
you might try entering ddb, running the "show rtc" command, and exiting
with "c" (continue). That might be enough to restart it.

Cheers,
-Peter




Elapsed time: 0.173 seconds