Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 1997 04:19:50 +0800
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 
Message-ID:  <199704092019.EAA21495@spinner.DIALix.COM>
In-Reply-To: Your message of "Wed, 09 Apr 1997 12:30:21 MST." <199704091930.MAA10872@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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





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