Bug 5285

Summary: /usr/bin/time returns negative elapsed time
Product: [Retired] Red Hat Linux Reporter: rod.skinner
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-16 14:00:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description rod.skinner 1999-09-21 21:48:24 UTC
The standard time from the 2.2.5-15 release that is
installed by the Redhat install routines works fine.  I re-
compile the kernel that installed at /usr/src/linux and the
time command will return a negative value for the elapsed
time.

I built the kernel with make xconfig, followed by the make
commands:

make dep
make
make install
make modules
make modules_install

The new kernel loads and seems to run fine.  The only
problem that I have seen is that about one of three times
the command:

time sleep 1

will return a negative "elapsed" time.  The other time
fields in the display seem to be OK.

I am using the Linux SMP mode on an 8-processor Pentium III
processor system.